From fb6bab5e7fda5b616efca201cf9b68df21e592f9 Mon Sep 17 00:00:00 2001 From: magistrfox <66368523+magistrfox@users.noreply.github.com> Date: Fri, 18 Jun 2021 15:56:57 +0300 Subject: [PATCH] Update readme documentation with CDN installation Did the same in Readme as @diasbruno asks --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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