Skip to content

Commit 4fc3682

Browse files
committed
doc: Update README.md
1 parent d8b846c commit 4fc3682

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ const code = 'const a = 0;';
9090

9191
## Props Events
9292

93+
[codemirror events](https://codemirror.net/doc/manual.html#events)
94+
9395
```tsx
9496
import React from 'react';
9597
import CodeMirror from 'codemirror';
@@ -684,10 +686,6 @@ off(eventName: DOMEvent, handler: (instance: CodeMirror.Editor, event: Event) =>
684686
state: any;
685687
```
686688

687-
## Events
688-
689-
[codemirror events](https://codemirror.net/doc/manual.html#events)
690-
691689
## License
692690

693691
Licensed under the MIT License.

0 commit comments

Comments
 (0)