README.md
# Fab.Word
`Fab.Word` is an Elixir library for generating random words.
## Installation
Add `:fab_word` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fab_word, "~> 1.0"}
]
end
```
## Important Links
- [Documentation](https://hexdocs.pm/fab_word/)