README.md
# Birbnest
[![Build Status](https://travis-ci.org/mayppong/birbnest.png)](https://travis-ci.org/mayppong/birbnest)
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `birbnest` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:birbnest, "~> 0.1.0"}]
end
```
2. Ensure `birbnest` is started before your application:
```elixir
def application do
[applications: [:birbnest]]
end
```