Skip to content

Commit fd981cd

Browse files
committed
Update EditorJS.php to EditorJS-php
1 parent c427373 commit fd981cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EditorJS PHP server validation
1+
# Editor.js PHP server validation
22

33
This library allows you to use EditorJS server validation.
44
You can easily make your client plugins for EditorJS and then
@@ -121,7 +121,7 @@ Another configuration example: [/tests/samples/test-config.json](/tests/samples/
121121
If you connect a new Tool on the frontend-side, then you should create a configuration rule for that Tool to validate it on server-side.
122122

123123
## Repository
124-
<a href="https://github.com/codex-editor/editorjs.php/">https://github.com/codex-editor/editorjs.php/</a>
124+
<a href="https://github.com/codex-editor/editorjs-php/">https://github.com/codex-editor/editorjs-php/</a>
125125

126126

127127
## About CodeX

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codex-team/editor.js",
33
"type": "library",
4-
"description": "PHP backend to the CodeX Editor",
4+
"description": "PHP backend implementation for the Editor.js",
55
"license": "MIT",
66
"version": "2.0.0",
77
"authors": [

0 commit comments

Comments
 (0)