Skip to content

Commit 68006d5

Browse files
committed
update readme
1 parent 54efcc6 commit 68006d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Creates the Typescript project for React Unity. See [core library](https://githu
66

77
If you want to add ReactUnity to an existing Unity project:
88

9-
`npx @reactunity/create`
9+
`npx @reactunity/create@latest`
1010

1111
If you want to create full Unity app from scratch:
1212

13-
`npx @reactunity/create -u`
13+
`npx @reactunity/create@latest -u`
1414

1515
Create the React project in a custom folder:
1616

17-
`npx @reactunity/create custom/folder/path`
17+
`npx @reactunity/create@latest custom/folder/path`
1818

1919
### Options
2020

21-
Options can be used like: `npx @reactunity/create <options>`
21+
Options can be used like: `npx @reactunity/create@latest <options>`
2222

2323
```
2424
-u, --unity Creates Unity project from scratch and adds React project into it

0 commit comments

Comments
 (0)