Skip to content

Commit 092a984

Browse files
committed
delete last mentions
1 parent 6e1bdc1 commit 092a984

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/create-react-admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm create react-admin@latest my-app
99
# or
1010
npx create react-admin@latest my-app
1111
# or
12-
yarn create react-admin@latest my-app
12+
yarn create react-admin my-app
1313
# or
1414
bun create react-admin@latest my-app
1515
```

packages/create-react-admin/src/cli.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ const cli = meow(
8888
Examples
8989
$ npx create-react-admin@latest my-admin
9090
$ npx create-react-admin@latest my-admin --data-provider json-server --auth-provider local-auth-provider --resource posts --resource comments --install npm
91-
$ yarn create react-admin@latest my-admin
92-
$ yarn create react-admin@latest my-admin --data-provider json-server --auth-provider local-auth-provider --resource posts --resource comments --install npm
91+
$ yarn create react-admin my-admin
92+
$ yarn create react-admin my-admin --data-provider json-server --auth-provider local-auth-provider --resource posts --resource comments --install npm
9393
$ bun create react-admin@latest my-admin
9494
$ bun create react-admin@latest my-admin --data-provider json-server --auth-provider local-auth-provider --resource posts --resource comments --install npm
9595
`,

0 commit comments

Comments
 (0)