Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daywiss committed Feb 17, 2017
1 parent 889914d commit 1af7c34
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 @@ -182,9 +182,9 @@ best to provide one or generate one using Provable.createSeed().
##createSeed()
Returns a random UUIDV4 string created by random-js. Use this to seed your call to Provable.generate.
```js
//results of this will be random every time
var Provable = require('Provable')
var seed = Provable.seed()
//results of this will be random every time
var seed = Provable.createSeed()
var series = Provable.generate(1000,seed)
```
Expand Down

0 comments on commit 1af7c34

Please sign in to comment.