Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jakewilliami/SpelledOut.jl
Browse files Browse the repository at this point in the history
…into master
  • Loading branch information
jakewilliami committed Oct 23, 2020
2 parents f13a13a + 0ca4987 commit aec0e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
[code-style-url]: https://github.com/invenia/BlueStyle

0 comments on commit aec0e0b

Please sign in to comment.