Skip to content

Commit

Permalink
fix: correct ckeditor.js example in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nshenderov committed Sep 14, 2024
1 parent e7482bc commit f8f0565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ Example of the new configuration file:
<summary><b>ckeditor.js</b></summary>
```js
const CKEConfig = () => {
const CKEConfig = () => ({
presets:{
myCustomPreset:{
field: {
Expand Down Expand Up @@ -693,7 +693,7 @@ const CKEConfig = () => {
}
}
}
}
})
```
</details>
Expand Down

0 comments on commit f8f0565

Please sign in to comment.