diff --git a/README.md b/README.md
index 44bbfa7..b1cd2bc 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,22 @@ If you're worried about the changes we made, you can take a look at the [patch n
```
+### Create React App
+
+The above instructions won’t work if you use [Create React App](https://github.com/facebookincubator/create-react-app) with `react-scripts` higher than `0.4.0`.
+If you use it, add only this one line to your HTML:
+
+```html
+
+```
+
+Then add these lines to `src/index.js`:
+
+```js
+import 'react-mdl/extra/material.css';
+import 'react-mdl/extra/material.js';
+```
+
## Installation
`npm install --save react-mdl`