Skip to content

Commit

Permalink
modified usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
MattL922 committed Nov 19, 2014
1 parent d93f316 commit 2cb741b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Usage:
```
var bs = require("black-scholes");
console.log(bs.blackScholes(30, 34, .25, .2, .08, "call")); // 0.23834902311961947
console.log(bs.blackScholes(30, 34, .25, .2, .08, "put")); // 3.5651039155492974
bs.blackScholes(30, 34, .25, .2, .08, "call"); // 0.23834902311961947
bs.blackScholes(30, 34, .25, .2, .08, "put"); // 3.5651039155492974
```

0 comments on commit 2cb741b

Please sign in to comment.