update README.md

This commit is contained in:
kamina91 2018-05-01 17:19:40 +09:00
parent 6ab4e34a55
commit 5b8fd2e839
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ If you want to use view generator, consider using [hamlit-rails](https://github.
### Sinatra
Replace `gem "haml"` with `gem "hamlit"` in Gemfile, and require "hamlit".
See [sample/sinatra](sample/sinatra) for working sample.
While Haml disables `escape_html` option by default, Hamlit enables it for security.
If you want to disable it, please write: