Skip to content

Commit b2515e3

Browse files
authored
Made it clear that we recommend installing next
1 parent 85d30b9 commit b2515e3

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
@@ -38,7 +38,7 @@ More will be possible in the future and creating your own extension is easy.
3838
## Creating a React application with Roc
3939
[See here for an article that explains the following in more detail.](https://medium.com/@DZV/roc-one-solution-to-javascript-fatigue-b14ea07b9763#15c0)
4040
```
41-
$ npm install -g roc
41+
$ npm install -g roc@next
4242
$ roc new react-app web-app-react
4343
$ cd react-app && roc dev
4444
```

0 commit comments

Comments
 (0)