We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3beb49c + 0092d11 commit 48b73c6Copy full SHA for 48b73c6
README.md
@@ -17,13 +17,13 @@ Blade MDI adds Material Design Icons as Laravel Blade UI Kit components. For mor
17
You can install the package via composer:
18
19
```bash
20
-composer require composer require postare/blade-mdi
+composer require postare/blade-mdi
21
```
22
23
This is not required, but if you want to publish the SVGs locally, you can do so:
24
25
26
-$ php artisan vendor:publish --provider="Postare\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"
+php artisan vendor:publish --provider="Postare\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"
27
28
29
## 🙌 Usage
0 commit comments