File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ Creates the Typescript project for React Unity. See [core library](https://githu
66
77If you want to add ReactUnity to an existing Unity project:
88
9- ` npx @reactunity/create `
9+ ` npx @reactunity/create@latest `
1010
1111If you want to create full Unity app from scratch:
1212
13- ` npx @reactunity/create -u `
13+ ` npx @reactunity/create@latest -u `
1414
1515Create 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
You can’t perform that action at this time.
0 commit comments