README.md in rakeup-1.0.1 vs README.md in rakeup-1.1.0
- old
+ new
@@ -58,10 +58,10 @@
end
```
## Supported Web Servers
-Any web server that is imported by your Gemfile and has a Rack handler available is available for execute. Commonly used servers are thin, mongrel, webrick, and puma. See `rakeup --help` for more examples.
+Any web server that is imported by your Gemfile and has a Rack handler available is available for execute. Commonly used servers are thin, mongrel, webrick, and puma. See `rackup --help` for more examples.
## Customizing the Tasks
At its core, RakeUp is simply a convenience wrapper around rackup commandline invocations. You can customize the rake tasks by overriding the run, start, stop, and restart commands when configuring the server: