README.rdoc in dindi-0.2.1 vs README.rdoc in dindi-0.3.0

- old
+ new

@@ -4,18 +4,26 @@ Dindi help you create a spanking new sinatra app (modular only) with default directory structures. == Usage -To view dindi options +To view dindi options: dindi -h -Creating a new sinatra app called appname +Creating a new sinatra app called appname: dindi -n appname -Dont forget to run bundle install for the gems +OR + +Creating a new sinatra app for ruby 1.9.1: + + dindi -n appname -r 1.9.1 + +IMPORTANT + +Dont forget to run bundle install for the gems: bundle install --path vendor/bundle == Contributing to dindi