XeroAPI / xero-node-oauth2-app

NodeJS app for demonstrating the xero-node v4 SDK
MIT License
38 stars 43 forks source link

README has invalid information #45

Closed andrui closed 4 years ago

andrui commented 4 years ago

Hi!

Enter your app details (your redirect URI: http://localhost:${PORT})

I fact(according to the app code) redirect url should be http://localhost:${PORT}/callback

SerKnight commented 4 years ago

Thanks Adrui!

Changed readme to Enter your app details (your redirect URI: http://localhost:${PORT}/your-callback-route)

Hope that helps the next person quicker :)