Skip to content

Commit

Permalink
Add instructions how to import using node.js es6
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Nov 23, 2017
1 parent de7b35e commit ec99c75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ bower install pluralize --save
var pluralize = require('pluralize')
```

### Node (ES6)

```javascript
import pluralize from 'pluralize';
```

### AMD

```javascript
Expand Down

0 comments on commit ec99c75

Please sign in to comment.