Skip to content

Commit 977a328

Browse files
authored
removed snippet regarding importing prior to usage to avoid confusion
1 parent e81eeb4 commit 977a328

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ npm install inflection
4848

4949
## Usage
5050

51-
> Require the module before using
52-
53-
```js
54-
const inflection = require('inflection');
55-
```
56-
5751
### pluralize(str, plural)
5852

5953
This function adds pluralization support to every String object.

0 commit comments

Comments
 (0)