Skip to content

Commit dba49d3

Browse files
committed
Add example in readme
1 parent 17ac0bc commit dba49d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ Laravel-specific and pure PHP helper functions.
3434
composer require illuminated/helper-functions
3535
```
3636

37-
2. Use any of the provided helper functions.
37+
2. Use any of the provided helper functions:
38+
39+
```php
40+
if (is_windows_os()) {
41+
call_in_background('switch-to-mac');
42+
}
43+
```
3844
3945
## Available functions
4046

0 commit comments

Comments
 (0)