diff --git a/README.md b/README.md index 19adf53..6ffcaa3 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,13 @@ module.exports = { } ``` -GutenbergJS expects to find React (v16.4.1), ReactDOM (v16.4.1), moment (v2.22.1) and lodash (v4.17.5) libraries in the environment it runs. Maybe you would add the following lines to your pages. +GutenbergJS expects to find React (v16.6.3), ReactDOM (v16.6.3), moment (v2.22.1) and jquery (v1.12.4) libraries in the environment it runs. Maybe you would add the following lines to your pages. ```html - - + + - - + ``` [↑ Go up to Table of contents](#table-of-contents)