Skip to content

Commit af01649

Browse files
authored
Merge pull request #148 from eduardoj/fix/readme
Fix typo `next_next` -> `next_rails`
2 parents 999bf2f + 1a0b22b commit af01649

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
@@ -140,7 +140,7 @@ next_rails --help # For more options and examples
140140
This command helps you dual-boot your application.
141141

142142
```bash
143-
next_next --init # Create Gemfile.next and Gemfile.next.lock
143+
next_rails --init # Create Gemfile.next and Gemfile.next.lock
144144
vim Gemfile # Tweak your dependencies conditionally using `next?`
145145
next bundle install # Install new gems
146146
next rails s # Start server using Gemfile.next

0 commit comments

Comments
 (0)