From 1a1f230e4dfe9f598d2c51be1b06c8b5942f16db Mon Sep 17 00:00:00 2001 From: Michael Fogh Kristensen Date: Thu, 9 Jan 2020 10:00:38 +0100 Subject: [PATCH] Update README.md Typo fixed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e67aeab..062f0f5 100644 --- a/README.md +++ b/README.md @@ -47,15 +47,15 @@ boolean valid = JPushover.newMessage() .withUser("MyUser") .validate(); ``` -If you want more information and/or the response from the Pushover API, use the JPushoverResponse object. +If you want more information and/or the response from the Pushover API, use the PushoverResponse object. ``` -JPushoverResponse jPushoverResponse = JPushover.newMessage() +PushoverResponse PushoverResponse = JPushover.newMessage() .withToken("MyToken") .withUser("MyUser") .withMessage("MyMessage") .push(); ``` -The JPushoverResponse will return the raw HTTP status code, along with the raw JSON response and a convenient boolean if the request was successful or not. +The PushoverResponse will return the raw HTTP status code, along with the raw JSON response and a convenient boolean if the request was successful or not. [1]: https://pushover.net [2]: https://pushover.net/api