README.md
# PhoenixHtmlSimplifiedHelpers
[](http://travis-ci.org/ikeikeikeike/phoenix_html_simplified_helpers)
[](https://hex.pm/packages/phoenix_html_simplified_helpers)
[](https://hex.pm/packages/phoenix_html_simplified_helpers)
[](http://inch-ci.org/github/ikeikeikeike/phoenix_html_simplified_helpers)
[](https://github.com/ikeikeikeike/phoenix_html_simplified_helpers/blob/master/LICENSE)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add phoenix_html_simplified_helpers to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:phoenix_html_simplified_helpers, "~> x.x.x"}]
end
```
2. Ensure phoenix_html_simplified_helpers is started before your application:
```elixir
def application do
[applications: [:phoenix_html_simplified_helpers]]
end
```