Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lxjwlt committed Feb 25, 2017
1 parent 59cf066 commit 3b84a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ for (let value of gather([1, 2, 3])) {
- `seed.md5()`: return md5 string randomly.
- `seed.mimeType()`: return MIME Type randomly.
- `seed.paragraph([min=1, max=10])`: return paragraph text randomly.
- `seed.sha1()`: return SHA1 string randomly.
- `seed.time([hourType=24])`: return time randomly, eg. `13:17` in default, `1:17 PM` when `hourType=12`
- `seed.url([options = {protocol:true, host: true, path: true, query: true}])`: return a url randomly.
- `seed.url.protocol`: return url protocol randomly, like http, file, ftp.
Expand Down

0 comments on commit 3b84a6e

Please sign in to comment.