README.md in singem-0.2.0 vs README.md in singem-0.3.0

- old
+ new

@@ -4,11 +4,11 @@ *S*inatra *G*em Generator Installation ============ - % sudo gem install singem + % gem install singem Or build it yourself % rake repackage % rake install @@ -18,15 +18,8 @@ Basic Sinatra App, no sessions, cucumber testing ------------------------------------------------ % singem foo % cd foo - % bundle install - % bundle exec rake + % bundle install --binstubs + % bin/rake -Basic Twitter OAuth App, ------------------------------- - % singem --twitter foo - % cd foo - % bundle install - % bundle exec rake - % open http://twitter.com/oauth_clients