Skip to content

Commit e796c5e

Browse files
author
Ruslan Korolev
committed
fix version in README
1 parent 424475e commit e796c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Haml-rails provides Haml generators for Rails 4. It also enables Haml as the tem
44

55
To use it, add this line to your Gemfile:
66

7-
gem "haml-rails"
7+
gem "haml-rails", "~> 0.8"
88

99
This ensures that:
1010
* Any time you generate a controller or scaffold, you'll get Haml templates (instead of ERB)

0 commit comments

Comments
 (0)