From 56ad8443b77efa3abb5a2f6935311b7814329a4a Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 4 Oct 2018 11:15:55 +0300 Subject: [PATCH] docs: add note about peerDependencies closes #662 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3eb80383f3..08e80d9cd5 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,10 @@ For npm: ## Usage as a React component +Install peer dependencies required by ReDoc if you don't have them installed already: + + npm i react react-dom mobx@^4.2.0 styled-components + Import `RedocStandalone` component from 'redoc' module: ```js