README.md
# ChineseDictionary
[](https://travis-ci.org/JorisKok/chinese_dictionary)
[](https://hex.pm/packages/chinese_dictionary)
Docs: [https://hexdocs.pm/chinese_dictionary](https://hexdocs.pm/chinese_dictionary).
### How to use
```elixir
def deps do
[
{:chinese_dictionary, "~> 0.1.1"}
]
end
```
And we need to download the sqlite3 dictionary
```elixir
mix download_dictionary
```
Check the hex docs for further instructions