Skip to content

Commit 36d8b67

Browse files
committed
doc: update README.md
1 parent c1602e7 commit 36d8b67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,11 @@ export interface IReactCodemirror extends IDOMEvent {
214214

215215
## Options
216216

217-
[codemirror options](https://codemirror.net/doc/manual.html#config)
217+
These are the supported [codemirror options](https://codemirror.net/doc/manual.html#config):
218+
219+
```jsx
220+
<CodeMirror value="..." options={{ ... }} />
221+
```
218222

219223
```ts
220224
interface EditorConfiguration {

0 commit comments

Comments
 (0)