Skip to content

Commit

Permalink
Fixed grammar in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreshg112 committed Mar 19, 2019
1 parent 74e96bb commit 6a8e9db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This package makes it easy to send notifications using [Pusher API Notifications
```json
{
...,
// ...,
"repositories": [
{
"type": "vcs",
Expand Down Expand Up @@ -100,9 +100,9 @@ public function toApiNotification($notifiable)
- `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.
- `alreadyEncoded($alreadyEncoded)`: [optional] If the data is already encoded and you don't want Pusher to convert it, set this tu true.
- `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()` method](https://github.com/pusher/pusher-http-laravel#examples).
These parameters are the same received by [`Pusher::trigger()`](https://github.com/pusher/pusher-http-laravel#examples) method.

## Changelog

Expand Down

0 comments on commit 6a8e9db

Please sign in to comment.