Skip to content

Commit

Permalink
Correct the readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
midnite81 committed Jul 11, 2018
1 parent 5aedd65 commit 09758de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme-laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ configuration issues as those are stored in the `config/prowl.php` file.
You can use the Facade if you want to, but in the examples I provide I'll inject them as it's a little more efficient
to do it that way.


```php
<?php
class MyClass
{
Expand Down Expand Up @@ -84,6 +84,7 @@ class MyClass
$pushNotification = $prowl->add($msg);
}
}
```

The `setApiKeys` method can take either an array of api keys (or config'ed aliases) or a single string. You can call the
method any number of times you want and it will continue to add api keys to the `Notification` object.
Expand Down

0 comments on commit 09758de

Please sign in to comment.