README.md

# PlangaPhoenix

Elixir+Phoenix integration for Planga, the Seamless Chat Service

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `planga_phoenix` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:planga_phoenix, "~> 0.1.0"}
  ]
end
```

The docs can be found at [https://hexdocs.pm/planga_phoenix](https://hexdocs.pm/planga_phoenix).

## CHANGELOG

- 1.0.2 Fix bug where sever location was required.
- 1.0.1 Loosen version bounds for `phoenix_html`.
- 1.0.0 Stable released version. Adds option for `include_stylesheet`.
- 0.1.0 First released version