From 999a55f65c7ab8634c39ebecb6eca1b6fd577904 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Fri, 25 Jul 2014 15:29:04 -0400 Subject: [PATCH] Fix README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8eda81..4eeb8c2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Easily exposing the [Gmail API](https://developers.google.com/gmail/api/overview Register an application at https://cloud.google.com/console#/project - create a new client ID and download the resulting JSON - authorize the application using `gmail_auth()` - ```R - gmail_auth('file.json') - ``` + + ```R + gmail_auth('file.json') + ```