diff --git a/README.md b/README.md index 5018b58..2f2a2cc 100644 --- a/README.md +++ b/README.md @@ -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") ); ```