Fixed readme markdown

master
Keith Irwin 2018-02-23 20:49:54 +00:00
parent c33bcbfadc
commit 763f3297f7
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 5 additions and 4 deletions

View File

@ -20,9 +20,10 @@ const froth = require('mocha-froth')
```
Use the syntax `froth(num, max, opt)`where:
*num* is the number of strings generated
*max* is the maximum string length
*opt* is an object of options for characters to include
* *num* is the number of strings generated
* *max* is the maximum string length
* *opt* is an object of options for characters to include
```javascript
opt = {
@ -37,7 +38,7 @@ opt = {
}
```
## Examples
### Examples
Create ten random strings, each up to twenty characters (default):