From 09f24ea76cb537862eecc6a46e197f0c13f17d2b Mon Sep 17 00:00:00 2001 From: Daniel Calle Date: Fri, 24 Jun 2022 15:31:03 -0500 Subject: [PATCH] update future work section --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45674e6..fd5d603 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,10 @@ If you want to specify a custom default replacement or approximation table for the `transliterate` function, you should instead call the `transliterateCustom` function which accepts a String for replacements and a Map for substitution. -## TODO +## Future work -I'd like this library to implement other functions found in the Rails -inflections library. If you need one of those functions, please submit a pull -request! +Ideally, we want to implement other functions found in the Rails +inflections library. If you need one of those functions, please submit a pull request! ## Further documentation