Skip to content

Commit

Permalink
docs: add note about peerDependencies
Browse files Browse the repository at this point in the history
closes #662
  • Loading branch information
RomanHotsiy committed Oct 4, 2018
1 parent b87cf0d commit 56ad844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56ad844

Please sign in to comment.