README.md

# AnonymousNameGenerator

Create Heroku-like names randomly, or consistently (based on inputs).

## Installation

Add `anonymous_name_generator` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:anonymous_name_generator, "~> 0.1.2"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/anonymous_name_generator](https://hexdocs.pm/anonymous_name_generator).

## License

MIT

## Changelog

0.1.0 Initial Release