Skip to content

Commit 555304d

Browse files
committed
README: add note regarding @latest
1 parent 876cf60 commit 555304d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Quickly create new [ReScript](https://rescript-lang.org/) apps from project templates:
44

55
```sh
6-
npm create rescript-app
6+
npm create rescript-app@latest
77
```
88

9-
or
9+
(note: `@latest` is important, otherwise npm may run an old version) or
1010

1111
```sh
1212
yarn create rescript-app

0 commit comments

Comments
 (0)