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)