Skip to content

Commit 48b73c6

Browse files
authored
Merge pull request #2 from HelgeSverre/patch-1
Update readme (duplicated install command, remove $ from publish command code block"
2 parents 3beb49c + 0092d11 commit 48b73c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Blade MDI adds Material Design Icons as Laravel Blade UI Kit components. For mor
1717
You can install the package via composer:
1818

1919
```bash
20-
composer require composer require postare/blade-mdi
20+
composer require postare/blade-mdi
2121
```
2222

2323
This is not required, but if you want to publish the SVGs locally, you can do so:
2424

2525
```bash
26-
$ php artisan vendor:publish --provider="Postare\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"
26+
php artisan vendor:publish --provider="Postare\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"
2727
```
2828

2929
## 🙌 Usage

0 commit comments

Comments
 (0)