Skip to content

Commit 5e81a9c

Browse files
authored
Merge pull request #445 from gorghoa/patch-1
Remove obsolete informations
2 parents 0a5b417 + a11a31a commit 5e81a9c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

admin/getting-started.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ Now, go to the newly created `my-admin` directory:
1515

1616
$ cd my-admin
1717

18-
React and React DOM will be directly provided as dependencies of Admin On REST. As having different versions of React
19-
causes issues, remove `react` and `react-dom` from the `dependencies` section of the generated `package.json` file:
20-
21-
```patch
22-
- "react": "^15.6.1",
23-
- "react-dom": "^15.6.1"
24-
```
25-
2618
Finally, install the `@api-platform/admin` library:
2719

2820
$ yarn add @api-platform/admin

0 commit comments

Comments
 (0)