README.md in sinatra-websocketio-0.0.5 vs README.md in sinatra-websocketio-0.0.6

- old
+ new

@@ -157,9 +157,20 @@ chat app - https://github.com/shokai/sinatra-websocketio/tree/master/sample +Test +---- + + % gem install bundler + % bundle install + % export PORT=5000 + % export WS_PORT=8080 + % export PID_FILE=/tmp/sinatra-websocketio-test.pid + % rake test + + 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'`)