Skip to content

Commit

Permalink
fix option in ready from --install_cypress_with to --install_with (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
anark authored Oct 23, 2023
1 parent 87ee543 commit c36e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bin/rails g cypress_on_rails:install --install_folder=test/e2e
bin/rails g cypress_on_rails:install --api_prefix=/api

# if you want to install cypress with npm
bin/rails g cypress_on_rails:install --install_cypress_with=npm
bin/rails g cypress_on_rails:install --install_with=npm

# if you already have cypress installed globally
bin/rails g cypress_on_rails:install --no-install-cypress
Expand Down

0 comments on commit c36e286

Please sign in to comment.