From 65d52a9f8d91b76c741ae77913fa54de798745b7 Mon Sep 17 00:00:00 2001 From: Chen Oppenhaim Date: Sat, 14 Jul 2018 13:22:51 +0300 Subject: [PATCH 1/2] Added comment --- docs/src/pages/getting-started/installation/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/pages/getting-started/installation/installation.md b/docs/src/pages/getting-started/installation/installation.md index c6a167c66492f9..136b15098cc162 100644 --- a/docs/src/pages/getting-started/installation/installation.md +++ b/docs/src/pages/getting-started/installation/installation.md @@ -10,8 +10,10 @@ To install and save in your `package.json` dependencies, run: ```sh npm install @material-ui/core + ``` +Please note React >= 16.3.0 is a peer dependency. ## Roboto Font Material-UI was designed with the [Roboto](https://fonts.google.com/specimen/Roboto) From 31a370182efccffa02fabe985c795c4bbfe69df6 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 14 Jul 2018 12:36:06 +0200 Subject: [PATCH 2/2] Update installation.md --- docs/src/pages/getting-started/installation/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/getting-started/installation/installation.md b/docs/src/pages/getting-started/installation/installation.md index 136b15098cc162..fa641352d07d12 100644 --- a/docs/src/pages/getting-started/installation/installation.md +++ b/docs/src/pages/getting-started/installation/installation.md @@ -10,10 +10,10 @@ To install and save in your `package.json` dependencies, run: ```sh npm install @material-ui/core - ``` -Please note React >= 16.3.0 is a peer dependency. +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)