diff --git a/README.md b/README.md index 2b73d9dcf8..328c40698b 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,14 @@ import Select from 'react-select'; import 'react-select/dist/react-select.css'; ``` -You can also use the standalone build by including `react-select.js` and `react-select.css` in your page. (If you do this though you'll also need to include the dependencies.) For example: +You can also use the standalone UMD build by including `dist/react-select.js` and `dist/react-select.css` in your page. If you do this you'll also need to include the dependencies. For example: + ```html - - - - + + + + +