From 328569e13c6e4746864e35ee65451b6409e0ab52 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 3 Apr 2023 07:01:23 -0500 Subject: [PATCH] docs(README): Use new package name --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3d1f3be55..5f114dd93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CKEditor 5 mathematical feature · [![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/isaul32/ckeditor5-math/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/ckeditor5-math.svg?style=flat)](https://www.npmjs.com/package/ckeditor5-math) +# CKEditor 5 mathematical feature · [![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/isaul32/ckeditor5-math/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@isaul32/ckeditor5-math.svg?style=flat)](https://www.npmjs.com/package/@isaul32/ckeditor5-math) ckeditor5-math is a 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. @@ -65,15 +65,15 @@ Use official classic or inline build as a base: Install plugin with NPM or Yarn -`npm install ckeditor5-math --save-dev` +`npm install @isaul32/ckeditor5-math --save-dev` -`yarn add ckeditor5-math --dev` +`yarn add @isaul32/ckeditor5-math --dev` Add import into ckeditor.js file ```js -import Math from 'ckeditor5-math/src/math'; -import AutoformatMath from 'ckeditor5-math/src/autoformatmath'; +import Math from '@isaul32/ckeditor5-math/src/math'; +import AutoformatMath from '@isaul32/ckeditor5-math/src/autoformatmath'; ``` Add it to built-in plugins @@ -108,7 +108,7 @@ InlineEditor.defaultConfig = { Use the [official DLL build](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/dll-builds.html) and additionally load the math plugin: ```html - + +