Skip to content

Commit

Permalink
Fix install example in readme
Browse files Browse the repository at this point in the history
Closes #7051
  • Loading branch information
marijnh committed Jul 31, 2023
1 parent 370f7c4 commit 817ea7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
@@ -1,7 +1,6 @@
# CodeMirror

[![Build Status](https://github.com/codemirror/codemirror5/workflows/main/badge.svg)](https://github.com/codemirror/codemirror5/actions)
[![NPM version](https://img.shields.io/npm/v/codemirror.svg)](https://www.npmjs.org/package/codemirror)

CodeMirror is a versatile text editor implemented in JavaScript for
the browser. It is specialized for editing code, and comes with over
Expand Down Expand Up @@ -33,7 +32,7 @@ Either get the [zip file](https://codemirror.net/5/codemirror.zip) with
the latest version, or make sure you have [Node](https://nodejs.org/)
installed and run:

npm install codemirror
npm install codemirror@5

**NOTE**: This is the source repository for the library, and not the
distribution channel. Cloning it is not the recommended way to install
Expand Down

0 comments on commit 817ea7b

Please sign in to comment.