Skip to content

Commit

Permalink
Fix quotation mark in readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedsch authored and ausi committed Oct 31, 2017
1 parent abab1c3 commit e2f4b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ It uses the same syntax as the `validChars` option.

```php
$generator->generate("don't remove"); // Result: don-t-remove
$generator->generate("don't remove", ["ignoreChars' => "'"]); // Result: dont-remove
$generator->generate("don't remove", ['ignoreChars' => "'"]); // Result: dont-remove
```

### `locale`, default `""`
Expand Down

0 comments on commit e2f4b72

Please sign in to comment.