Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yankouskia committed Feb 17, 2017
1 parent e9926ca commit c577a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Expression contains only factorials of numbers and multiplying signs, like: `zer
```js
zeros('5!') // -> 1 because 5! === 120
zeros('10!') // -> 2 because 10! === 3628800
zeros('9!!*10!!') // -> because 9!!*10!! === 3628800
zeros('9!!*10!!') // 2 -> because 9!!*10!! === 3628800
```

Write your code in `src/index.js`

0 comments on commit c577a93

Please sign in to comment.