Converted readme to tabs

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

View File

@ -27,13 +27,13 @@ Use the syntax `froth(num, max, opt)`where:
```javascript
opt = {
// Set to true to include tests with...
none: true, // Empty string
whitespace: true, // Various whitespace chars
quotes: true, // Combinations of quotes
backslashing: true, // Combinations of backslashes
symbols: true, // Various symbols
foreign: true, // Foreign chars
alphanumeric: true, // Ordinary letters and numbers
none: true, // Empty string
whitespace: true, // Various whitespace chars
quotes: true, // Combinations of quotes
backslashing: true, // Combinations of backslashes
symbols: true, // Various symbols
foreign: true, // Foreign chars
alphanumeric: true, // Ordinary letters and numbers
}
```