Skip to content

Commit d3b1670

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

55
```sh
6-
npm create rescript-app
6+
# Note: `@latest` is important, otherwise npm may run an old version.
7+
npm create rescript-app@latest
78
```
89

910
or

0 commit comments

Comments
 (0)