Skip to content

Commit 3aa209d

Browse files
committed
Merge pull request JedWatson#29 from fastdivision/patch-bower
Update dist path in Bower and README
2 parents e4c9e64 + 45d7e4d commit 3aa209d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then open [`localhost:8000`](http://localhost:8000) in a browser.
2121

2222
The easiest way to use codemirror is to install it from NPM and include it in your own React build process (using [Browserify](http://browserify.org), [Webpack](http://webpack.github.io/), etc).
2323

24-
You can also use the standalone build by including `dist/codemirror.js` in your page. If you use this, make sure you have already included React, and it is available as a global variable.
24+
You can also use the standalone build by including `dist/react-codemirror.js` in your page. If you use this, make sure you have already included React, and it is available as a global variable.
2525

2626
```
2727
npm install react-codemirror --save

‎bower.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-codemirror",
33
"version": "0.2.3",
44
"description": "React Codemirror",
5-
"main": "dist/codemirror.min.js",
5+
"main": "dist/react-codemirror.min.js",
66
"homepage": "https://github.com/JedWatson/react-codemirror",
77
"authors": [
88
"Jed Watson"

0 commit comments

Comments
(0)