Skip to content

Commit

Permalink
Closes #52 (README)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Dec 27, 2019
1 parent c9d21ea commit 99c8983
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ const anonymus = require("anonymus");
### Node.js environment + Browser environment
```javascript
console.log(anonymus.create());
//=> "Orange panda"
//=> ['Orange panda']

console.log(anonymus.create());
//=> "Green hawk"
//=> ['Green hawk']

console.log(anonymus.create());
//=> "Blue sheep"
//=> ['Blue sheep']

console.log(anonymus.create(5));
//=> [ 'Red hummingbird',
// 'White frog',
// 'Pink jellyfish',
// 'Sapphire kangaroo',
// 'Black dog' ]
//=> ['Red hummingbird',
// 'White frog',
// 'Pink jellyfish',
// 'Sapphire kangaroo',
// 'Black dog']

console.log(anonymus.create(anonymus.sizeMax));
//=> Creates all unique possibilities.
Expand Down

0 comments on commit 99c8983

Please sign in to comment.