Skip to content

Commit 114f3fb

Browse files
committed
add markdown lang type
1 parent 57dda1a commit 114f3fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Phosphor is a flexible icon family for interfaces, diagrams, presentations — w
1515
* [PHP 8.1](https://www.php.net/releases/8.1/en.php)
1616

1717
#### Install
18-
```
18+
```bash
1919
composer require wireui/phosphoricons
2020
```
2121

@@ -30,15 +30,15 @@ You can find a list of all icons and variants on the [Phosphor Icons] website
3030
- duotone
3131
- bold
3232

33-
```
33+
```blade
3434
<x-icon name="user" />
3535
<x-icon name="user" duotone />
3636
<x-icon name="user" variant="fill" />
3737
<x-icon class="w-5 h-5 text-teal-600" name="user" />
3838
```
3939

4040
#### Configuration (Optional)
41-
```
41+
```.env
4242
# Set the default icon variant. Default = regular
4343
WIREUI_PHOSPHOR_ICONS_VARIANT=fill
4444
@@ -47,7 +47,7 @@ WIREUI_PHOSPHOR_ICONS_ALIAS=icons.phosphor
4747
```
4848

4949
#### Publish (Optional)
50-
```
50+
```bash
5151
php artisan vendor:publish --tag="wireui.phosphoricons.config"
5252
php artisan vendor:publish --tag="wireui.phosphoricons.views"
5353
```

0 commit comments

Comments
 (0)