docs: Update README

This commit is contained in:
2025-11-01 15:41:40 +00:00
parent b66b696391
commit c848824583

View File

@@ -12,7 +12,7 @@ gleam add lancaster_stemmer@1
import lancaster_stemmer
pub fn main() -> Nil {
// TODO: An example of the project in use
lancaster_stemmer.stem("breathe", lancaster_stemmer.default_rules())
}
```