Commit 2d83c71d authored by missingdays's avatar missingdays

Update readme

parent bf32038d
......@@ -2,7 +2,7 @@
#### Calculates factorial of a given number.
### Usage
``` javascript
var factorial = require('my_factorial')
var factorial = require('myfactorial')
var n = factorial(5);
// n == 120
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment