README.md
# Ophion.IRCv3
Parsing and composition of IRCv3 messages.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ophion_ircv3` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ophion_ircv3, "~> 0.1.0"}
]
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/ophion_ircv3](https://hexdocs.pm/ophion_ircv3).