Keep it simple

Most people don't install gems from master branch and it's a bad
idea to depend on availability of both rubygems and GitHub.

In additiohn, since I don't distinguish stable and unstable versions,
Hamlit on rubygem.org does not mean a stable release.
This commit is contained in:
Takashi Kokubun 2016-07-03 13:36:55 +09:00
parent df7877c8f4
commit 1fa594f14e
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ Hamlit currently supports Ruby 2.1 and higher. See [REFERENCE.md](REFERENCE.md)
Add this line to your application's Gemfile or just replace `gem "haml"` with `gem "hamlit"`.
It enables rendering by Hamlit for \*.haml automatically.
Stable
```rb
gem 'hamlit'
```