README.md in less-rails-bootstrap-1.3.0 vs README.md in less-rails-bootstrap-1.3.1

- old
+ new

@@ -5,11 +5,11 @@ The less-rails-bootstrap project hooks into less-rails (https://github.com/metaskills/less-rails) to provide both compiled and LESS CSS source files from the Twitter Bootstrap project within the Rails 3.1 asset pipeline. Benefits: * Assets are namespaced in twitter/bootstrap to avoid asset conflicts. * Top level requires to get all stylesheets or javascripts. -* +* Ability to import or require individually namespaced stylesheets or javascripts. ## Versioning This gem will directly track the semantic versioning releases of the Twitter Bootstrap project. Our major and minor versions will always match to theirs. Tho we may have tiny patch level releases specific to this gem. @@ -25,10 +25,10 @@ ``` ## Usage -The easiest way to use Twitter Bootstrap is require it in your `application.css` file. Doing so will compile the libraries LESS files. +The easiest way to use Twitter Bootstrap is require it in your `application.css` file. Doing so will compile the complete LESS libraries files for Bootstrap. ```css /* *= require twitter/bootstrap */