From ef90920cc248bc4935ea7df695498904b1b363fa Mon Sep 17 00:00:00 2001 From: Jamie Kitson Date: Thu, 16 Jan 2014 16:07:17 +0000 Subject: [PATCH] README formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d1c86e..1bae175 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ file, this file contains one setting `$bearer`. To 1. [Create a new Twitter app.](https://dev.twitter.com/apps/new) 1. Base64 encode your key and secret separated by a colon, eg: key:secret => a2V5OnNlY3JldA== 1. Add the result to the Authorization header: - +
     wget --post-data=grant_type=client_credentials \
         --header='Authorization: Basic **BASE64HERE**' \
         --header='Content-Type: application/x-www-form-urlencoded;charset=UTF-8' \
         https://api.twitter.com/oauth2/token
-
+