Skip to content

Commit c36e286

Browse files
authored
fix option in ready from --install_cypress_with to --install_with (shakacode#139)
1 parent 87ee543 commit c36e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bin/rails g cypress_on_rails:install --install_folder=test/e2e
7474
bin/rails g cypress_on_rails:install --api_prefix=/api
7575

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

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

0 commit comments

Comments
 (0)