diff --git a/README.md b/README.md index 37ca209..23f4c22 100644 --- a/README.md +++ b/README.md @@ -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