README.md in rails-bootstrap-markdown-0.0.2 vs README.md in rails-bootstrap-markdown-1.0.0

- old
+ new

@@ -1,8 +1,8 @@ # Rails::Bootstrap::Markdown -A rails gem for [Bootstrap Markdown](http://toopay.github.io/bootstrap-markdown/), rewritten to SCSS for use with [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass) +A rails gem for [Bootstrap Markdown](http://toopay.github.io/bootstrap-markdown/), rewritten to SCSS for use with [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass). 3rd party libraries included: - http://toopay.github.io/bootstrap-markdown/ - https://github.com/domchristie/to-markdown @@ -14,11 +14,11 @@ gem 'rails-bootstrap-markdown' And then execute: - $ bundle + $ bundle install Or install it yourself as: $ gem install rails-bootstrap-markdown @@ -31,10 +31,10 @@ ``` ### Javascript ``` -//= requrie bootstrap-markdown +//= require bootstrap-markdown ``` ## Contributing 1. Fork it