Skip to content

Commit

Permalink
[docs] Update installation guide to contain peer dependencies (#22787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Sep 28, 2020
1 parent 9070a7b commit 53f4c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/getting-started/installation/installation.md
Expand Up @@ -10,10 +10,10 @@ To install and save in your `package.json` dependencies, run:

```sh
// with npm
npm install @material-ui/core@next
npm install @material-ui/core@next @emotion/core @emotion/styled

// with yarn
yarn add @material-ui/core@next
yarn add @material-ui/core@next @emotion/core @emotion/styled
```

Please note that [react](https://www.npmjs.com/package/react) >= 16.8.0 and [react-dom](https://www.npmjs.com/package/react-dom) >= 16.8.0 are peer dependencies.
Expand Down

0 comments on commit 53f4c96

Please sign in to comment.