diff --git a/docs/index.md b/docs/index.md
index 114a31e5..4e8a296e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -11,7 +11,18 @@ To install the stable version you can use [npm](https://npmjs.org/) or [yarn](ht
$ npm install 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.
+
## [General Usage](#usage)