aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users/06_Fever_API.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/users/06_Fever_API.md')
-rw-r--r--docs/en/users/06_Fever_API.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/users/06_Fever_API.md b/docs/en/users/06_Fever_API.md
index d231c9fc5..b1cf6cb21 100644
--- a/docs/en/users/06_Fever_API.md
+++ b/docs/en/users/06_Fever_API.md
@@ -26,10 +26,10 @@ Tested with:
- iOS
- [Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) (Closed source)
- [Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) (Commercial)
- - [Reeder](https://www.reederapp.com/) (Commercial) (Use its Google Reader API option instead)
+ - [Reeder](https://www.reederapp.com/) (Commercial) (Use its Google Reader API / native FreshRSS option when possible)
- MacOS
- - [Readkit](https://apps.apple.com/app/readkit/id588726889) (Commercial)
+ - [ReadKit](https://apps.apple.com/app/readkit/id588726889) (Commercial)
## Features
@@ -75,7 +75,7 @@ Add a body to your POST request encoded as `form-data` and one key named `api_ke
curl -s -F "api_key=$api_key" 'https://freshrss.example.net/api/fever.php?api'
```
-This shoud give:
+This should give:
```json
{
"api_version": 3,
@@ -83,7 +83,7 @@ This shoud give:
"last_refreshed_on_time": "1520013061"
}
```
-Perfect, you are authenticated and can now start testing the more advanced features. Therefor change the URL and append the possible API actions to your request parameters. Check the [original Fever documentation](https://feedafever.com/api) for more infos.
+Perfect, you are authenticated and can now start testing the more advanced features. Therefor change the URL and append the possible API actions to your request parameters. Check the [original Fever documentation](https://feedafever.com/api) for more information.
Some basic calls are: