README.md in simba-0.0.5 vs README.md in simba-0.8.0

- old
+ new

@@ -1,23 +1,35 @@ # Simba -simba is a generator for sinatra applications. +Simba is a generator for Sinatra applications. -simba choose slim + sinatra + sequel to build your awesome app. +Simba chooses slim + sinatra + activerecord to build your awesome apps. -simba aim to set up ruby off rails's best practice. +Simba's aim is to help you to use best practices when not using ruby on rails. ## Installation $ gem install simba ## Usage - $ simba appname [--skip-bundle] + $ simba new appname + $ # development + $ bundle exec rackup + + $ # production + $ rake asset:precompile + $ bundle exec rackup -E production + +## More + +Simba uses [Linner](https://github.com/SaitoWu/linner) as its asset packaging system, +You can star it on the github page. + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Added some feature'`) +3. Commit your changes (`git commit -am "Added some feature"`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request