From 2b6d9491652eaf7e6f8ade3818de850dbd9875bd Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 3 May 2023 14:32:53 +0200 Subject: [PATCH] 'README.md' updaten --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a830c28..c490372 100644 --- a/README.md +++ b/README.md @@ -16,25 +16,25 @@ The feeds are updated every 10 minutes. ## Access points -**/API/latest/[num]** +**/feeds/latest/[num]** -For example: https://multi.vvvvvvaria.org/API/latest/5 +For example: https://multi.vvvvvvaria.org/feeds/latest/5 (for the latest 5 posts in all feeds) Format: `JSON` (default) & `Markdown` -**/API/today/** +**/feeds/today/** -For example: https://multi.vvvvvvaria.org/API/today/ +For example: https://multi.vvvvvvaria.org/feeds/today/ (for the posts published today) Format: `JSON` (default) & `Markdown` -**/API/past/[days]** +**/feeds/past/[days]** -For example: https://multi.vvvvvvaria.org/API/past/30 +For example: https://multi.vvvvvvaria.org/feeds/past/30 (for all the posts published in the last 30 days)