Skip to content

Commit

Permalink
instantiate stemmer object in node example
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed Jun 9, 2015
1 parent b9b91f8 commit b0970c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class _Main {

```js
var FrenchStemmer = require('french-stemmer.common.js').FrenchStemmer;
var stemmer = new FrenchStemer;
```

### Use from require.js
Expand Down

0 comments on commit b0970c5

Please sign in to comment.