From 73bbf40d18cf9ed5055116c44c9b769aaf804dfe Mon Sep 17 00:00:00 2001 From: BernieCPA Date: Wed, 18 Mar 2020 10:22:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df6426..ebda29b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Edit the `config.php` file to add your: * **clientSecret:** You can find your `clientSecret` from the `Keys` tab under your `App` * **redirectUri:** The `redirectUri` for your app ( **OAuth2.0** ) -In the [Developer Portal](http://developer.intuit.com/), ensure the redirect URI in your `config.json` file has been entered in your app configuration. By default, the URL is set to the following for this demo: +In the [Developer Portal](http://developer.intuit.com/), ensure the redirect URI in your `config.php` file has been entered in your app configuration. By default, the URL is set to the following for this demo: `http://localhost:3000/callback`