From 6a8e9dbee9a1917d6acd2409ff0928d629404571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Herrera=20Garc=C3=ADa?= Date: Tue, 19 Mar 2019 11:15:03 -0500 Subject: [PATCH] Fixed grammar in docs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea3381b..7d77b33 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This package makes it easy to send notifications using [Pusher API Notifications ```json { - ..., + // ..., "repositories": [ { "type": "vcs", @@ -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