Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 18, 2021
1 parent c1602e7 commit 36d8b67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,11 @@ export interface IReactCodemirror extends IDOMEvent {

## Options

[codemirror options](https://codemirror.net/doc/manual.html#config)
These are the supported [codemirror options](https://codemirror.net/doc/manual.html#config):

```jsx
<CodeMirror value="..." options={{ ... }} />
```

```ts
interface EditorConfiguration {
Expand Down

0 comments on commit 36d8b67

Please sign in to comment.