README.md in twitter-bootstrap-scaffold-0.0.1 vs README.md in twitter-bootstrap-scaffold-0.0.2

- old
+ new

@@ -16,14 +16,34 @@ $ gem install twitter-bootstrap-scaffold ## Usage -TODO: Write usage instructions here +``` +rails g bootstrap:scaffold +---------- + create app/assets/images/bootstrap + create app/assets/javascripts/bootstrap + create app/assets/stylesheets/bootstrap + create app/assets/images/bootstrap/one/two/three + create app/assets/images/bootstrap/glyphicons-halflings-white.png + create app/assets/images/bootstrap/glyphicons-halflings.png + create app/assets/javascripts/bootstrap/bootstrap.js + create app/assets/javascripts/bootstrap/bootstrap.min.js + create app/assets/stylesheets/bootstrap/bootstrap-responsive.css + create app/assets/stylesheets/bootstrap/bootstrap-responsive.min.css + create app/assets/stylesheets/bootstrap/bootstrap.css + create app/assets/stylesheets/bootstrap/bootstrap.min.css +---------- +``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request + +## Thanks + +Twitter Bootstrap http://twitter.github.com/bootstrap