@yoopta/lists 4.5.2-rc.0 → 4.5.2-rc.2

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,7 @@ yarn add @yoopta/lists
15
15
  ### Usage
16
16
 
17
17
  ```jsx
18
- import { NumberedList, BulletedList, TodoList } from '@yoopta/paragraph';
18
+ import { NumberedList, BulletedList, TodoList } from '@yoopta/lists';
19
19
 
20
20
  const plugins = [NumberedList, BulletedList, TodoList];
21
21
 
@@ -46,7 +46,7 @@ const NumberedList = new YooptaPlugin({
46
46
  });
47
47
  ```
48
48
 
49
- ### Options to extend
49
+ ### How to extend
50
50
 
51
51
  ```tsx
52
52
  const plugins = [
@@ -92,7 +92,7 @@ const BulletedList = new YooptaPlugin({
92
92
  });
93
93
  ```
94
94
 
95
- ### Options to extend
95
+ ### How to extend
96
96
 
97
97
  ```tsx
98
98
  const plugins = [
@@ -139,7 +139,7 @@ const TodoList = new YooptaPlugin({
139
139
  });
140
140
  ```
141
141
 
142
- ### Options to extend
142
+ ### How to extend
143
143
 
144
144
  ```tsx
145
145
  const plugins = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoopta/lists",
3
- "version": "4.5.2-rc.0",
3
+ "version": "4.5.2-rc.2",
4
4
  "description": "Lists 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": "156d69963cc79b2e57eb6347d5cd7063bb7e3792"
38
38
  }