README.md

# Turbo.HTML

## Installation

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

```elixir
def deps do
  [
    {:turbo_html, "~> 0.1.3"}
  ]
end
```

## Credits

* [scrivener_html](https://github.com/mgwidmann/scrivener_html) - Similar implementation.