Skip to content

Commit

Permalink
[ci skip] Fixed docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreshg112 committed Mar 19, 2019
1 parent 6a8e9db commit 5e2a383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -28,7 +28,6 @@ This package makes it easy to send notifications using [Pusher API Notifications
```json
{
// ...,
"repositories": [
{
"type": "vcs",
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5e2a383

Please sign in to comment.