Skip to content

Commit c5d6401

Browse files
committed
Create symbolic links
1 parent dbbd4c1 commit c5d6401

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./packages/grapesjs-react/LICENSE

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./packages/grapesjs-react/README.md

Diff for: packages/grapesjs-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function CustomEditor() {
9494
```
9595
Here below you can find a good example (with the usage of all available providers) of how you would build a full custom editor around GrapesJS by using your own React components.
9696

97-
> **Info**: The app doesn't cover all the [GrapesJS API](https://grapesjs.com/docs/api/) but simply provides a good starting point to understand how to create your own custom editor.
97+
> **Note**: The app doesn't cover all the [GrapesJS API](https://grapesjs.com/docs/api/) but simply provides a good starting point to understand how to create your own custom editor.
9898
9999
[Live Example](https://stackblitz.com/edit/grapesjs-react-custom-ui)
100100

0 commit comments

Comments
 (0)