Skip to content

Commit 554f708

Browse files
committed
Improved README.md installation doc
1 parent 412e0f4 commit 554f708

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Update your `composer.json` file to include this package as a dependency
1313

1414
Register the PushNotification service provider by adding it to the providers array in the `app/config/app.php` file.
1515
```
16-
Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider
16+
'providers' => array(
17+
Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider
18+
)
1719
```
1820

1921
Alias the PushNotification facade by adding it to the aliases array in the `app/config/app.php` file.

0 commit comments

Comments
 (0)