Skip to content

Commit

Permalink
Fixed "Custom human" example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
flawyte committed Dec 3, 2019
1 parent 816ecae commit 4d62cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -144,7 +144,7 @@ inflect.singularize('guys'); // === 'person'

```js
inflect.inflections.human(/^(.*)_cnt$/i, '$1_count');
inflect.inflections.humanize('jargon_cnt'); // === 'Jargon count'
inflect.humanize('jargon_cnt'); // === 'Jargon count'
```

### Custom uncountable
Expand Down

0 comments on commit 4d62cfe

Please sign in to comment.