Skip to content

Commit d95ef1e

Browse files
committed
docs: update docs
1 parent 5cfa9fb commit d95ef1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ registerPlugin().then(() => {
317317
// 插件注册必须在 Cherry 实例化之前完成
318318
const cherryInstance = new Cherry({
319319
id: 'markdown-container',
320+
value: '# welcome to cherry editor!',
320321
});
321322
});
322323
```

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ registerPlugin().then(() => {
317317
// Plug-in registration must be done before Cherry is instantiated
318318
const cherryInstance = new Cherry({
319319
id: 'markdown-container',
320+
value: '# welcome to cherry editor!',
320321
});
321322
});
322323
```

0 commit comments

Comments
 (0)