@yoopta/paragraph 4.5.2-rc.0 → 4.5.2-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ const Paragraph = new YooptaPlugin({
38
38
  });
39
39
  ```
40
40
 
41
- ### Options to extend
41
+ ### How to extend
42
42
 
43
43
  ```tsx
44
44
  const plugins = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoopta/paragraph",
3
- "version": "4.5.2-rc.0",
3
+ "version": "4.5.2-rc.1",
4
4
  "description": "Paragraph plugin for Yoopta Editor",
5
5
  "author": "Darginec05 <devopsbanda@gmail.com>",
6
6
  "homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
@@ -34,5 +34,5 @@
34
34
  "bugs": {
35
35
  "url": "https://github.com/Darginec05/Editor-Yoopta/issues"
36
36
  },
37
- "gitHead": "12417417ff2df9572334d45f7bbea49f867d1d4f"
37
+ "gitHead": "59437277a9ea6b47bb64b9bbbad8c4a96730ef1d"
38
38
  }