diff --git a/README.md b/README.md index c8d654a7..09898b9b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This is a minimal package for a pure Julia implementation of converting numbers ## Examples ```julia +julia> using SpelledOut + julia> spelled_out(12) "twelve" @@ -27,4 +29,4 @@ julia> spelled_out(112, dict = :european) Dictionaries supported include `:modern`, `:british`, and `:european`, and default to the former. [code-style-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg -[code-style-url]: https://github.com/invenia/BlueStyle \ No newline at end of file +[code-style-url]: https://github.com/invenia/BlueStyle