From 1a0b22b295eeeed1104888771c14fad1c890504c Mon Sep 17 00:00:00 2001 From: Eduardo Navarro Date: Mon, 31 Mar 2025 15:30:53 +0200 Subject: [PATCH] Fix typo next_next -> next_rails --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa169a..552c8cc 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ next_rails --help # For more options and examples This command helps you dual-boot your application. ```bash -next_next --init # Create Gemfile.next and Gemfile.next.lock +next_rails --init # Create Gemfile.next and Gemfile.next.lock vim Gemfile # Tweak your dependencies conditionally using `next?` next bundle install # Install new gems next rails s # Start server using Gemfile.next