README.md in ops_tasks-0.5.0 vs README.md in ops_tasks-0.5.2

- old
+ new

@@ -63,14 +63,14 @@ 1. If using figaro, add your `application.yml` file to the `./config/` directory (create one). 1. If using dotenv, use a `.env` file in the root of your project. 1. To generate a dotenv file, run the command - ops_tasks init + `ops_tasks init` 1. To add a deploy environment, run the command - ops_tasks add <environment name> + `ops_tasks add <environment name>` ## Usage (With Rails) If you only have one deployment environment in your env file, ops_tasks will run that one automatically. If more than one exists, ops_tasks will prompt you via a graphical menu.