From 67afea9c1509c495bd74a0b88029b15264ff1454 Mon Sep 17 00:00:00 2001 From: Serhiy Lunak <8351121+slunak@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:20:07 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7b8972..50fb45f 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ plus its curl and json extensions. See below the `require` section of project's ## Pushing Messages -*Note: For more code examples, see [examples](examples) folder in the root of the project.* - Instantiate pushover application and recipient of the notification: ```php @@ -107,9 +105,10 @@ Push it: $response = $notification->push(); ``` -## Working with response +> [!TIP] +> For more code examples, see [examples](examples) folder in the root of the project. -*Note: For complete example refer to [ResponseExample.php](examples/ResponseExample.php)* +## Working with response Client returns Response object. Checking if the message was accepted is easy: @@ -146,6 +145,9 @@ $request->getCurlPostFields(); $request->getApiUrl(); ``` +> [!TIP] +> For complete example refer to [ResponseExample.php](examples/ResponseExample.php). + ## Contributing Contributions are very welcome. If you would like to add functionality, before starting your work,