File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CodeMirror
2
2
3
3
[ ![ Build Status] ( https://github.com/codemirror/codemirror5/workflows/main/badge.svg )] ( https://github.com/codemirror/codemirror5/actions )
4
- [ ![ NPM version] ( https://img.shields.io/npm/v/codemirror.svg )] ( https://www.npmjs.org/package/codemirror )
5
4
6
5
CodeMirror is a versatile text editor implemented in JavaScript for
7
6
the browser. It is specialized for editing code, and comes with over
@@ -33,7 +32,7 @@ Either get the [zip file](https://codemirror.net/5/codemirror.zip) with
33
32
the latest version, or make sure you have [ Node] ( https://nodejs.org/ )
34
33
installed and run:
35
34
36
- npm install codemirror
35
+ npm install codemirror@5
37
36
38
37
** NOTE** : This is the source repository for the library, and not the
39
38
distribution channel. Cloning it is not the recommended way to install
You can’t perform that action at this time.
0 commit comments