Skip to content

Commit

Permalink
Docs: fix file names in PHP installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aguingand authored Mar 24, 2022
1 parent ab4a0e2 commit f51232b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We provide [an official PHP package to work with Tiptap content](/api/utilities/

## Laravel Livewire

### editor.blade.php
### my-livewire-component.blade.php
```html
<!--
In your livewire component you could add an
Expand All @@ -25,7 +25,7 @@ We provide [an official PHP package to work with Tiptap content](/api/utilities/
></x-editor>
```

### my-livewire-component.blade.php
### editor.blade.php
```html
<div
x-data="setupEditor(
Expand Down

0 comments on commit f51232b

Please sign in to comment.