Skip to content

Commit 6df9716

Browse files
committed
Fix usage example in README.md
1 parent 1a11c1c commit 6df9716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ return [
4141
## Usage
4242
Package provides custom blade component to render Editor.js block JSON
4343
```blade
44-
<x-dfk::editor-to-html :editor-data="$editorjsJson" template="tailwind" />
44+
<x-dfk-editor-to-html :editor-data="$editorjsJson" template="tailwind" />
4545
```
4646

4747
## Testing

0 commit comments

Comments
 (0)