Skip to content

Commit c041c22

Browse files
authored
Update rescript-app command to use latest version (#114)
Added the missing `@latest` suffix to the pnpm command, to use the latest version. I don’t know for yarn nor bun as I don’t use them.
1 parent 36a6282 commit c041c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ yarn create rescript-app
1515
or
1616

1717
```sh
18-
pnpm create rescript-app
18+
pnpm create rescript-app@latest
1919
```
2020

2121
or

0 commit comments

Comments
 (0)