examples/rango/README.textile in pupu-0.1.pre vs examples/rango/README.textile in pupu-0.1

- old
+ new

@@ -1,7 +1,5 @@ -h1. Rango Example +h1. Merb Example -* Dependencies for running: @rango@, @usher@, @haml@ -* Run with @./config.ru@ (will start at @http://localhost:4000@) - -* Dependencies for testing: @rspec@, @webrat@, @rack-test@ -* Specs: @spec spec/pupu_spec.rb --colour@ +* @gem bundle@ (you have to have bundler 0.7.2 installed) +* Run with @./bin/merb -a webrick@ (will start at @http://localhost:4000@) +* Specs: @./bin/spec spec/application_spec.rb --colour@