Skip to content

Commit 70824fd

Browse files
committed
semicolon
1 parent 5140fb3 commit 70824fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Since codemirror ships mostly unconfigured, the user is left with the responsibi
3838
```
3939

4040
```jsx
41-
import CodeMirror from 'react-codemirror2'
41+
import CodeMirror from 'react-codemirror2';
4242
require('codemirror/mode/xml/xml');
4343
require('codemirror/mode/javascript/javascript');
4444
```

0 commit comments

Comments
 (0)