Skip to content

Commit 3fe77a4

Browse files
committed
Merge pull request #82 from rusikf/patch-1
fix version in README
2 parents 3013603 + e796c5e commit 3fe77a4

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)