Skip to content

Commit

Permalink
Simplify import path for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Dec 5, 2015
1 parent 52f2fde commit 5a11972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ $ npm install codemirror-asciidoc
## Usage

```js
var codemirror = require("codemirror/lib/codemirror"),
codemirror_asciidoc = require("codemirror-asciidoc/lib/asciidoc");
var codemirror = require("codemirror"),
codemirror_asciidoc = require("codemirror-asciidoc");

codemirror.fromTextArea(document.getElementById("editor"), {
lineNumbers: true,
Expand Down

0 comments on commit 5a11972

Please sign in to comment.