README.rdoc in vegas-0.0.4.1 vs README.rdoc in vegas-0.1.0

- old
+ new

@@ -6,10 +6,10 @@ Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps. == FEATURES/PROBLEMS: -Currently, Vegas just includes a single class Vegas::Runner which wraps your Sinatra app to give it command line options, daemonization, PID/URL tracking, and browser launching (using Launchy). +Currently, Vegas just includes a single class Vegas::Runner which wraps your Sinatra app to give it command line options, daemon-ization, PID/URL tracking, and browser launching. Lets say you have a gem with a sinatra application. With Vegas you can create a bin that looks like #!/usr/bin/env ruby # ./bin/myapp \ No newline at end of file