Skip to content

Commit 877c313

Browse files
committed
[Doc] Remove bad indication for "yarn create react-admin@latest"
1 parent d4118e7 commit 877c313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ React-admin is built on React. To start, we'll use [create-react-admin](./Create
2828
```sh
2929
npm create react-admin@latest test-admin
3030
# or
31-
yarn create react-admin@latest test-admin
31+
yarn create react-admin test-admin
3232
```
3333

3434
When prompted, choose **JSON Server** as the data provider, then **None** as the auth provider. Do not add any resources for now and press **Enter**. Next, choose either `npm` or `yarn` and press **Enter**. Once everything is installed, run the following commands:

0 commit comments

Comments
 (0)