Skip to content

Commit

Permalink
:tada updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm committed Jan 25, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fffb6b4 commit 3d09609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 3d09609

Please sign in to comment.