From 3d096099429bb055f806bf6c5a9137a5cb0c3316 Mon Sep 17 00:00:00 2001 From: amareshsm <30730124+amareshsm@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:56:10 +0530 Subject: [PATCH] :tada updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f7f010..cc973f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC) [![1.0](https://badge.fury.io/js/survey-monkey-streams.svg)](//npmjs.com/package/react-js-css-loaders) -# survey monkey oauth # +# SurveyMonkey oauth # Oauth2 authentication tools for SurveyMonkey ## Quick overview ## ### Step 1: Configuration setup ### @@ -68,7 +68,7 @@ server.listen(port, hostname, () => { console.log(`Server running at http://${hostname}:${port}/`) }) ``` -##### ***Note: redirectPath and callback route which initiates authorization process must be the same** ##### +##### ***Note: redirectPath and callback route which initiates authorization process must be the same*** ##### #### [Using express](https://github.com/amareshsm/survey-monkey-oauth/tree/master/demo/express-framework) #### ``` const express = require('express')