README.md

| Build Status | Maintainer Message | Documentation | Hosted Package |
|--------------|--------------------|---------------|----------------|
| [](https://circleci.com/gh/robot-overlord/algae) |  |[robotoverlord.io/algae](http://www.robotoverlord.io/algae/api-reference.html) | [Hex](https://hex.pm/packages/algae) |
# Quickstart
Add Algae to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:algae, "~> 0.0.1"}]
end
```