Skip to content

Commit

Permalink
docs: unqualify mobx version for react usage (#1380)
Browse files Browse the repository at this point in the history
Per #1189 (comment) the latest version works now, and the currently-specified version doesn't.
  • Loading branch information
davidjgoss authored Oct 13, 2020
1 parent 146b38c commit 086302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ For npm:

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 core-js
npm i react react-dom mobx styled-components core-js

Import `RedocStandalone` component from 'redoc' module:

Expand Down

0 comments on commit 086302b

Please sign in to comment.