Skip to content

Commit

Permalink
Updates README.md after h5bp repo url changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khelben committed Oct 27, 2011
1 parent 1326bc9 commit fef9129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ gem "rails-boilerplate"
```
This gives you a rake task `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/paulirish/html5-boilerplate/blob/master/index.html) converted to a Rails compatible ERB file, complete with the necessary rails helper calls.
* 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.

* adds `style.css`(renamed to reset.css), `modernizr.js` and `plugins.js` as assets

Expand Down

0 comments on commit fef9129

Please sign in to comment.