diff --git a/README.md b/README.md index b4b6bac..bd8e4da 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Quickly create new [ReScript](https://rescript-lang.org/) apps from project templates: ```sh -npm create rescript-app +npm create rescript-app@latest ``` -or +(note: `@latest` is important, otherwise npm may run an old version) or ```sh yarn create rescript-app