diff --git a/README.md b/README.md index 7d77b33..6d72356 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ This package makes it easy to send notifications using [Pusher API Notifications ```json { - // ..., "repositories": [ { "type": "vcs", @@ -99,7 +98,7 @@ public function toApiNotification($notifiable) - `event($eventName)`: the name of the event for the Pusher message. - `data($data)`: array, string or something that can be corverted to JSON. It's the body of the Pusher message. - `socketId($socketId)`: [optional] socketId of Pusher. -- `debug($debug)`: boolean that tells Pusher if you're debugging. +- `debug($debug)`: [optional] boolean that tells Pusher if you're debugging. - `alreadyEncoded($alreadyEncoded)`: [optional] If the data is already encoded and you don't want Pusher to convert it, set this to true. These parameters are the same received by [`Pusher::trigger()`](https://github.com/pusher/pusher-http-laravel#examples) method.