Skip to content

Commit 6c105f7

Browse files
Update README.md
1 parent 9127a3d commit 6c105f7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ In your Directus installation root
1212
npm install directus-extension-editorjs
1313
```
1414

15+
Restart directus
16+
1517
## Usage
1618

1719
To use this custom interface into a data model, you have to:
@@ -37,7 +39,11 @@ To use this custom interface into a data model, you have to:
3739
}
3840
```
3941

40-
## Build by yourself and custom usage
42+
43+
For more info check https://editorjs.io/base-concepts#what-is-clean-data
44+
45+
46+
## Building locally and contributing
4147

4248
You can also clone this repository and build it by yourself.
4349

@@ -48,4 +54,3 @@ npm run build
4854

4955
Then use `dist/index.js` in your custom `/extensions/interfaces` directory or in whatever you want.
5056

51-
For more info check https://editorjs.io/base-concepts#what-is-clean-data

0 commit comments

Comments
 (0)