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 and bdbch committed Apr 13, 2022
1 parent 12305cf commit 02cf9fc
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 02cf9fc

Please sign in to comment.