@enerex/template-studio 1.0.0 → 1.0.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ A powerful and customizable editor widget built for React applications. This lib
|
|
|
7
7
|
To install the `template-editor` package, use npm:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm i @enerex/template-
|
|
10
|
+
npm i @enerex/template-studio
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Peer Dependencies
|
|
@@ -24,7 +24,7 @@ Import the component's stylesheet into your main CSS file (typically `App.css`):
|
|
|
24
24
|
|
|
25
25
|
```css
|
|
26
26
|
/* App.css */
|
|
27
|
-
@import "@enerex/template-
|
|
27
|
+
@import "@enerex/template-studio/dist/template-editor.css";
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Usage Example
|