Skip to content

Commit

Permalink
Merge pull request #2 from HelgeSverre/patch-1
Browse files Browse the repository at this point in the history
Update readme (duplicated install command, remove $ from publish command code block"
  • Loading branch information
inerba authored Nov 30, 2023
2 parents 3beb49c + 0092d11 commit 48b73c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Blade MDI adds Material Design Icons as Laravel Blade UI Kit components. For mor
You can install the package via composer:

```bash
composer require composer require postare/blade-mdi
composer require postare/blade-mdi
```

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

```bash
$ php artisan vendor:publish --provider="Postare\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"
php artisan vendor:publish --provider="Postare\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"
```

## 🙌 Usage
Expand Down

0 comments on commit 48b73c6

Please sign in to comment.