From c44ce9d92df5eef224f828ae3f10c112fde11270 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 17 Sep 2019 18:51:00 +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 b85365b..a591e1f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ API Link : https://meme-api.herokuapp.com/gimme ## Custom Endpoints -#### Specify count : +### Specify count (MAX 100) In order to get multiple memes in a single request specify the count with the following endpoint. @@ -49,7 +49,7 @@ Response: } ``` -#### Specify Subreddit : +### Specify Subreddit By default the API grabs a random meme from '_memes_', '_dankmemes_', '_meirl_' subreddits. To provide your own custom subreddit use the following endpoint. @@ -57,7 +57,7 @@ Endpoint: [/gimme/{subreddit}](https://meme-api.herokuapp.com/gimme/dankmemes) Example: https://meme-api.herokuapp.com/gimme/dankmemes -#### Specify Subreddit Count : +### Specify Subreddit Count (MAX 100) 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.