From 5c4d7a1f8027da046c849ea458ba4180e6e1d8a3 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 17 Sep 2019 18:47:46 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f0b3ad..b85365b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ API Link : https://meme-api.herokuapp.com/gimme In order to get multiple memes in a single request specify the count with the following endpoint. -Endpoint: [/gimme/](https://meme-api.herokuapp.com/gimme/2) +Endpoint: [/gimme/{count}](https://meme-api.herokuapp.com/gimme/2) Example: https://meme-api.herokuapp.com/gimme/2 @@ -53,7 +53,7 @@ Response: By default the API grabs a random meme from '_memes_', '_dankmemes_', '_meirl_' subreddits. To provide your own custom subreddit use the following endpoint. -Endpoint: [/gimme/](https://meme-api.herokuapp.com/gimme/dankmemes) +Endpoint: [/gimme/{subreddit}](https://meme-api.herokuapp.com/gimme/dankmemes) Example: https://meme-api.herokuapp.com/gimme/dankmemes @@ -61,7 +61,7 @@ Example: https://meme-api.herokuapp.com/gimme/dankmemes In order to get a custom number of memes from a specific subreddit provide the name of the subreddit and the count in the following endpoint. -Endpoint: [/gimme//](https://meme-api.herokuapp.com/gimme/dankmemes/2) +Endpoint: [/gimme/{subreddit}/{count}](https://meme-api.herokuapp.com/gimme/dankmemes/2) Example: https://meme-api.herokuapp.com/gimme/dankmemes/2