From 75432525abad450eeccb701578862b0f1ea34d9c Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 7 Dec 2016 02:02:43 -0600 Subject: [PATCH] Tweaks README for style and typo corrections --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89e9ee7..290c795 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ password= Username and password are simply your Reddit login credentials for the account that will be used. However, to obtain the client ID and secret, follow these steps (taken from -[PRAW documentation](http://praw.readthedocs.io/en/latest/getting_started/authentication.html#script-application): +[PRAW documentation](http://praw.readthedocs.io/en/latest/getting_started/authentication.html#script-application)): -1. Open your Reddit application preferences by clicking [here](https://www.reddit.com/prefs/apps/) -2. Add a new application. It doesn't matter what it's named, but calling it "shreddit" makes it easier to remember -3. Select "script" +1. Open your Reddit application preferences by clicking [here](https://www.reddit.com/prefs/apps/). +2. Add a new application. It doesn't matter what it's named, but calling it "shreddit" makes it easier to remember. +3. Select "script". 4. Redirect URL does not matter, so enter something like http://127.0.0.1:8080 5. Once created, you should see the name of your application followed by 14 character string. Enter this 14 character string as your `client_id`.