From 4182dac0ce366bfa5a2741035b90e809daa94106 Mon Sep 17 00:00:00 2001 From: ThunderWiring Date: Mon, 1 Oct 2018 16:12:27 +0300 Subject: [PATCH] Update README.md fixed typo and format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2d24b7..92a915c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ const demoApi = new api({ ``` ### Using OAuth 1 Directly -To communication and authenticate using OAuth 1 with your WordPress site directly: +To communicate and authenticate using OAuth 1 with your WordPress site directly: ```JS import api from 'wordpress-rest-api-oauth-1' @@ -66,7 +66,7 @@ demoApi.getConsumerToken().then( token => { There is two ways to get authentication tokens, one "high level" function, or you can implement your own flow using the underlaying function. -##### The Quick Way +##### The Quick Way ```JS demoApi.authorize().then( function() {