From 195cb665dc7356b14a34f245a36d687eb8bea30f Mon Sep 17 00:00:00 2001 From: Alex Harris Date: Sat, 19 Dec 2020 13:19:42 -0500 Subject: [PATCH] Correct error in documentation. --- README.md | 2 +- docs/src/guide/getting-started.md | 2 +- docs/src/guide/rendering.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index accd702..8045caa 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` ## Publishing an event to users diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index 849a68e..f35425f 100755 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -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 - + ``` ## Publishing an event to users diff --git a/docs/src/guide/rendering.md b/docs/src/guide/rendering.md index 6c50856..4d242c6 100644 --- a/docs/src/guide/rendering.md +++ b/docs/src/guide/rendering.md @@ -4,7 +4,7 @@ To render the component just add the component to any or all desired pages like so: ```html - + ``` This component will be published into your codebase when you run the vendor publish command during installation: ```sh