From 409a65b361b1da02ceda77cc7d3ddcffd4955213 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:21:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c665a3a..41b8ef7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Given a subreddit name and a keyword, this script will return all top (by default) posts that contain the specified word. +Given a subreddit name and a keyword, this script will return all posts from a specified listing (default is 'top') that contain the provided keyword. ## Installation ```