diff --git a/README.md b/README.md index ab8294631..703288328 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CKEditor 5 mathematical feature -This is the best* TeX-based mathematical plugin for CKEditor 5. You can use it to insert, edit and view mathematical equation and formulas. This plugin supports MathJax, KaTeX and custom typesetting engines. +This is the best* TeX-based mathematical plugin for CKEditor 5. You can use it to insert, edit and view mathematical equations and formulas. This plugin supports MathJax, KaTeX and custom typesetting engines. ## Table of contents - [Features](#features) @@ -116,7 +116,7 @@ __KaTeX__ __Custom typesetting__ -It's possible to implement with engine config. For example, this feature can be used when use back end rendering. +Custom typesetting is possible to implement with engine config. For example, custom typesetting feature can be used when use back end rendering. ```js InlineEditor.defaultConfig = { // ...