Skip to content

Commit bbe6563

Browse files
committed
IHF: Readme minor fixes.
1 parent a538a6c commit bbe6563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Provides Laravel-specific and pure PHP helper functions.
2121
## Usage
2222

2323
1. Install package through `composer`:
24+
2425
```shell
2526
composer require illuminated/helper-functions
2627
```
@@ -63,6 +64,7 @@ Provides Laravel-specific and pure PHP helper functions.
6364
#### `array_except_value()`
6465
6566
Removes the given values from array:
67+
6668
```php
6769
$array = ['foo', 'bar', 'baz'];
6870
$array = array_except_value($array, 'baz');

0 commit comments

Comments
 (0)