README.md
# Hi, mom
A blazingly fast Elixir library to say "Hi" to your mom!
## Installation
The package can be installed by adding [`hi_mom`](https://hex.pm/packages/himom) to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hi_mom, "~> 0.1.1"}
]
end
```
## Usage
```elixir
defmodule Hello do
use Hi
def hello do
Hi.mom()
end
end
```
## License
This project is licensed under the MIT License.