From c479ecaeece8d0c143c85071e7b6764fa37aa00c Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 9 Jul 2021 00:33:44 -0600 Subject: [PATCH] Fixed example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 456ccb3..6a5c0c3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ git pull Once your `.reddit.rc` file has been configured, you can submit a post to [r/test](https://www.reddit.com/r/test) or any subreddit using: ```sh -echo "This is the post's body" | reddit-submit "This is a test title" test +echo "This is the post's body" | reddit-submit test "This is a test title" ``` ### Automation