Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Sep 14, 2012
1 parent e862f1e commit 336a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ In both implementations, you can get a trace as to what is going on, correspondi
provding a second argument of "true" and using one of the browser debug consoles.

For instance, `stemmer("hopefully", true)` will output `1c /^(.*[aeiouy].*)y$/ hopefulli`, telling us that rule 1c was matched
by that regular expression and as a result, we got hopfulli.
by that regular expression and as a result, we got hopefulli.

# Status

Expand Down

0 comments on commit 336a584

Please sign in to comment.