README.md in rda-0.3.0 vs README.md in rda-0.3.1
- old
+ new
@@ -66,11 +66,11 @@
If RVM is not installed, this command will do nothing but exit.
#### Discard RVM settings
```bash
-rda rvm:discard
+rda rvm discard
```
This command removes the .rvmrc from your rails application.
#### Setup Nginx
@@ -115,10 +115,10 @@
sudo rda nginx discard --hostname www.example.com # Or
rvmsudo rda nginx discard --hostname www.example.com # Using RVM
```
-This command will clean up all the things created or configured by rda:nginx:setup.
+This command will clean up all the things created or configured by `rda nginx setup`.
#### Restart application
```bash
rda app restart