Skip to content

Commit

Permalink
docs(readme) var -> const
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 29, 2017
1 parent 30a261a commit 2fd51d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm i cm-show-invisibles --save
## How to use?

```js
var cm = CodeMirror(document.body, {
const cm = CodeMirror(document.body, {
showInvisibles: true,
maxInvisibles: 16 // optional
});
Expand Down

0 comments on commit 2fd51d7

Please sign in to comment.