Skip to content

Commit ce384b1

Browse files
authored
Update home.html
1 parent 7bd78a5 commit ce384b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Welcome</h2>
2020
<p>This launcher includes the following examples for the DocuSign eSignature REST API.</p>
2121

2222
{% if show_doc %}
23-
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using a Python Flask application.</p>
23+
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using JWT or Authorization Code Grant from a Python Flask application.</p>
2424
{% endif %}
2525

2626
<h2>Basic Examples</h2>

0 commit comments

Comments
 (0)