From 440e72d5426f10885ec8bbbb247181729803942c Mon Sep 17 00:00:00 2001 From: Harshit Singh Chandel <67961339+chandelharshit@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:44:52 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 833e065..fdde96d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Total Downloads](https://poser.pugx.org/paragraph1/php-fcm/downloads)](https://packagist.org/packages/paragraph1/php-fcm) [![License](https://poser.pugx.org/paragraph1/php-fcm/license)](https://packagist.org/packages/paragraph1/php-fcm) -PHP application server implementation for Firebase Cloud Messaging. +PHP server implementation application for Firebase Cloud Messaging. - supports device and topic messages - currently this app server library only supports sending Messages/Notifications via HTTP. - thanks to guzzle our library answers in PSR7 compatible response objects @@ -14,7 +14,7 @@ PHP application server implementation for Firebase Cloud Messaging. #Setup -The recommended way of installing is using Composer. +The recommended way of installing by using Composer. command line ``` @@ -82,4 +82,4 @@ $message->setNotification(new Notification('test title', 'testing body')) $response = $client->send($message); var_dump($response->getStatusCode()); -``` \ No newline at end of file +```