README.md
# Panty
An utility library for Elixir.
## Installation
[Document is vailable in HexDocs](https://hexdocs.pm/panty/0.1.1/api-reference.html), the package can be installed
by adding `panty` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:panty, "~> 0.1.3"}
]
end
```