Skip to content

Commit cc68f04

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent 8641e93 commit cc68f04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

devtools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can start the devtools as simple as running
44

5-
`npx overmind-devtools`
5+
`npx overmind-devtools@next`
66

77
from the command line. You can add this to your custom **npm** script by:
88

@@ -20,7 +20,7 @@ from the command line. You can add this to your custom **npm** script by:
2020

2121
If you prefer installing the devtools, giving you control over which version of the devtools to run, you can
2222

23-
`npm install overmind-devtools`
23+
`npm install overmind-devtools@next`
2424

2525
and the **npm** script can be changed to:
2626

get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 1. Install
44

5-
`npm install overmind`
5+
`npm install overmind@next`
66

77
### 2. Initialize the app
88

0 commit comments

Comments
 (0)