Skip to content

Commit

Permalink
Correct error in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenyc committed Dec 19, 2020
1 parent b62a1e9 commit 195cb66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ php artisan vendor:publish --provider="Bndwgn\Bandwagon\BandwagonServiceProvider

To render the component just add the component to any or all desired pages like so:
```html
<x-bandwagon>
<x-bandwagon-renderer />
```
## Publishing an event to users

Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ php artisan vendor:publish --provider="Bndwgn\Bandwagon\BandwagonServiceProvider

To render the component just add the component to any or all desired pages like so:
```html
<x-bandwagon>
<x-bandwagon-renderer />
```
## Publishing an event to users

Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

To render the component just add the component to any or all desired pages like so:
```html
<x-bandwagon>
<x-bandwagon-renderer />
```
This component will be published into your codebase when you run the vendor publish command during installation:
```sh
Expand Down

0 comments on commit 195cb66

Please sign in to comment.