README.md in missing_rspec-0.1.0 vs README.md in missing_rspec-0.1.1

- old
+ new

@@ -41,11 +41,11 @@ ### The second argument can be used to narrow down the target. The following is an example of specifying models, controllers and jobs. ```shell -bin/rails missing_rspec[/app,models;controllers;jobs] +bin/rails missing_rspec[/app,models\;controllers\;jobs] ``` ### Execution example ```shell @@ -185,10 +185,10 @@ ### The second argument can be used to narrow down the target. The following is an example of specifying models, controllers and jobs. ```shell -bin/rails missing_rspec_create[/app,models;controllers;jobs] +bin/rails missing_rspec_create[/app,models\;controllers\;jobs] ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/kayamak/missing_rspec. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/kayamak/missing_rspec).