Skip to content

Commit

Permalink
Update README.md - should be generator
Browse files Browse the repository at this point in the history
  • Loading branch information
yachi committed Nov 11, 2011
1 parent de3aa3c commit 9ea48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ You'll need at least Rails 3.1. Then put this in your `Gemfile`:
```ruby
gem "rails-boilerplate"
```
This gives you a rake task `boilerplate:install` which does the following things:
This gives you a generator `boilerplate:install` which does the following things:

* updates `app/views/layouts/application.html.erb` to include all the elements used in the [H5BP:index.html](https://github.com/h5bp/html5-boilerplate/blob/master/index.html) converted to a Rails compatible ERB file, complete with the necessary rails helper calls.

Expand Down

0 comments on commit 9ea48cd

Please sign in to comment.