From 65198b331a2002297a718f9f2d77fa0a0ad4ae55 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Tue, 15 Oct 2019 21:32:25 +0300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = { // ...