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 · [](https://github.com/isaul32/ckeditor5-math/blob/master/LICENSE) [](https://www.npmjs.com/package/ckeditor5-math)
+# CKEditor 5 mathematical feature · [](https://github.com/isaul32/ckeditor5-math/blob/master/LICENSE) [](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
-
+
+