Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Aug 5, 2014
1 parent 860e10b commit 8195ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ snowball.stemword('continuation', 'french'); // continu

``` javascript
snowball.stemword(
word, // The word you need the stemming from
language, // The language (optional, default is "english")
encoding // The text encoding (optional, default is "UTF-8")
word, // The word you need the stemming from
language, // The language (optional, default is "english")
encoding // The text encoding (optional, default is "UTF-8")
);
```

Expand Down

0 comments on commit 8195ea5

Please sign in to comment.