README.md in missing_rspec-0.0.1 vs README.md in missing_rspec-0.0.2

- old
+ new

@@ -19,11 +19,11 @@ ``` Example when rails path is /app ```shell -bin/rails libmissing_rspec[/app] +bin/rails missing_rspec[/app] ``` ### How to specify the rails path in the environment variable ```shell @@ -37,15 +37,15 @@ ```shell RAILS_APP_PATH=/app ``` ```shell -bin/rails libmissing_rspec +bin/rails missing_rspec ``` ## Execution example ```shell -root@be31b61b9f18:/app/missing_rspec# bin/rails libmissing_rspec +root@be31b61b9f18:/app/missing_rspec# bin/rails missing_rspec The following folders are targeted: ["channels", "controllers", "forms", "helpers", "jobs", "lib", "mailers", "models", "presenters", "services"] <channels>