Skip to content

Commit 8bd3cf9

Browse files
authored
small fixes
1 parent 93408fb commit 8bd3cf9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When the token expires, it updates automatically.
2121

2222
For more information about the scopes used for obtaining authorization to use the eSignature API, see [Required scopes](https://developers.docusign.com/docs/esign-rest-api/esign101/auth#required-scopes).
2323

24-
For a list of code examples that use the eSignature API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/esign-rest-api/how-to/code-launchers#examples-and-languages) the DocuSign Developer Center.
24+
For a list of code examples that use the eSignature API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/esign-rest-api/how-to/code-launchers#examples-and-languages) on the DocuSign Developer Center.
2525

2626
## Rooms API
2727

@@ -38,7 +38,7 @@ For a list of code examples that use the Click API, select the Python tab under
3838

3939
## Monitor API
4040
**Note:** To use the Monitor API, you must also [enable DocuSign Monitor for your organization](https://developers.docusign.com/docs/monitor-api/how-to/enable-monitor/).
41-
For information about the scopes used for obtaining authorization to use the Monitor API, see [Required scopes](https://developers.docusign.com/docs/monitor-api/monitor101/auth/).
41+
For information about the scopes used for obtaining authorization to use the Monitor API, see the [scopes section](https://developers.docusign.com/docs/monitor-api/monitor101/auth/).
4242

4343
For a list of code examples that use the Monitor API, select the Python tab under [Examples and languages](https://developers.docusign.com/docs/monitor-api/how-to/code-launchers/#examples-and-languages) on the DocuSign Developer Center.
4444

@@ -82,7 +82,7 @@ For a list of code examples that use the Monitor API, select the Python tab unde
8282
1. Add the launcher’s redirect URI. Under **Additional settings**, select **+ ADD URI**, and set a redirect URI of http://localhost:5000/ds/callback. Select **SAVE**.
8383
1. Set a name and email address for the signer. In ds_config.py, save an email address as `signer_email` and a name as `signer_name`.
8484
**Note:** Protect your personal information. Please make sure that ds_config.py will not be stored in your source code repository.
85-
1. Run the launcher:`python run.py`
85+
1. Run the launcher:`python run.py`
8686
**Note:** You will need to alias the python command to run Python 3 or use `python3 run.py`
8787
1. Open a browser to http://localhost:5000
8888

@@ -101,7 +101,7 @@ Also, in order to select JSON Web Token authentication in the launcher, in app/d
101101
1. Add the launcher’s redirect URI. Under **Additional settings**, select **+ ADD URI**, and set a redirect URI of http://localhost:5000/ds/callback. Select **SAVE**.
102102
1. Set a name and email address for the signer. In ds_config.py, save an email address as `signer_email` and a name as `signer_name`.
103103
**Note:** Protect your personal information. Please make sure that ds_config.py will not be stored in your source code repository.
104-
1. Run the launcher:`python run.py`
104+
1. Run the launcher:`python run.py`
105105
**Note:** You will need to alias the python command to run Python 3 or use `python3 run.py`
106106
1. Open a browser to http://localhost:5000
107107
1. On the black navigation bar, select **Login**.
@@ -123,4 +123,4 @@ This repository uses the MIT License. See [LICENSE](./LICENSE) for details.
123123

124124
### Pull Requests
125125
Pull requests are welcomed. Pull requests will only be considered if their content
126-
uses the MIT License.
126+
uses the MIT License.

0 commit comments

Comments
 (0)