Skip to content

Commit f5f6901

Browse files
authored
Update README.md
1 parent f1adcf0 commit f5f6901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ composer require appstract/:package_name
1919

2020
Then add the ServiceProvider to your `config/app.php` file:
2121

22-
```
22+
``` php
2323
'providers' => [
2424
...
2525

2626
Appstract\Skeleton\SkeletonServiceProvider::class
2727

2828
....
29+
]
2930
```
3031

3132
## Usage

0 commit comments

Comments
 (0)