Skip to content

Commit

Permalink
[docs] Add a comment that React 16.3.0 is a peer dependency (#12145)
Browse files Browse the repository at this point in the history
* Added comment

* Update installation.md
  • Loading branch information
chenop authored and oliviertassinari committed Jul 14, 2018
1 parent 142e61c commit 7f2bfc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/getting-started/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ To install and save in your `package.json` dependencies, run:
npm install @material-ui/core
```

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

## Roboto Font

Material-UI was designed with the [Roboto](https://fonts.google.com/specimen/Roboto)
Expand Down

0 comments on commit 7f2bfc4

Please sign in to comment.