Skip to content

Commit 0e7efee

Browse files
authored
update README with additional instruction
1 parent 4c10a18 commit 0e7efee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ MySure demonstrates the following:
6363
4. Install React dependencies using the [npm](https://www.npmjs.com/) package manager: **npm install**
6464
5. Update the **.env** file with the integration key and other settings.
6565
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
66+
6. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and then hit save
6667

6768
> **Note:** You should add a dynamic content properties to your clickwrap by following this [instruction](https://developers.docusign.com/docs/click-api/click101/customize-clickwrap-fields/) before using it in the sample app.
6869
@@ -73,6 +74,7 @@ MySure demonstrates the following:
7374
3. Run the installation script: **`./install.sh`** (`./install.bat` for Windows)
7475
4. Update the **.env** file with the integration key and other settings.
7576
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
77+
5. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and then hit save
7678

7779
### Additional installation scripts
7880
All installation scripts are located in the **scripts** folder.

0 commit comments

Comments
 (0)