diff --git a/README.md b/README.md index 69a4e9c7..16e59399 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,17 @@ To install, you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com) $ npm install --save react-modal $ yarn add react-modal + +To install react-modal in React CDN app: + + - Add this CDN script tag after React CDN scripts and before your JS files (for example from [cdnjs](https://cdnjs.com/)): + + + + - Use `` tag inside your React CDN app. ## API documentation