Skip to content

Commit fd4b93a

Browse files
Update README.md
1 parent 811ccd9 commit fd4b93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MyConnectWebhook demonstrates the following:
2020

2121
* A DocuSign developer account. Create a [free account](https://go.docusign.com/o/sandbox/).
2222
* A DocuSign integration key (client ID) that is configured to use JSON Web Token (JWT) Grant.
23-
You will need the **integration key** itself and its **RSA key pair**. Copy your **RSA key pair** into a file in your config folder `config/docusign_private_key.txt`. You must also add your application's **Redirect URI** to your integration key. To run the app locally, this should be "http://localhost:3000/auth/docusign/callback". This [**video**](https://www.youtube.com/watch?v=GgDqa7-L0yo) demonstrates how to create an integration key (client ID) for a user application like this example.
23+
You will need the **integration key** itself and its **RSA key pair**. Copy your **RSA key pair** into a file in your config folder `config/docusign_private_key.txt`. You must also add your application's **Redirect URI** to your integration key. To run the app locally, this should be `http://localhost:3000/auth/docusign/callback`. This [**video**](https://www.youtube.com/watch?v=GgDqa7-L0yo) demonstrates how to create an integration key (client ID) for a user application like this example.
2424
* [Ruby 3.1.2](https://www.ruby-lang.org/en/downloads/)
2525
* [Node.js](https://nodejs.org/) v16+
2626

0 commit comments

Comments
 (0)