intlayer-editor 5.0.1 → 5.0.3

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.
package/README.md CHANGED
@@ -29,15 +29,15 @@
29
29
  Install the necessary package using your preferred package manager:
30
30
 
31
31
  ```bash packageManager="npm"
32
- npm install intlayer-editor -D
32
+ npm install intlayer-editor --save-dev
33
33
  ```
34
34
 
35
35
  ```bash packageManager="yarn"
36
- yarn add intlayer-editor -D
36
+ yarn add intlayer-editor --save-dev
37
37
  ```
38
38
 
39
39
  ```bash packageManager="pnpm"
40
- pnpm add intlayer-editor -D
40
+ pnpm add intlayer-editor --save-dev
41
41
  ```
42
42
 
43
43
  # Intlayer Visual Editor Documentation