From 0ca4987daf06585e1204e195bd44d620f813a53c Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Fri, 23 Oct 2020 15:57:38 +1300 Subject: [PATCH] Updated README.md to use SpelledOut.jl --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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