Skip to content

Commit 7f88a37

Browse files
authored
Fixed a case typo in the code sample
1 parent c168f5c commit 7f88a37

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
@@ -101,7 +101,7 @@ public class DocuSignExample {
101101
public static void main(String[] args) {
102102
String RedirectURI = "[REDIRECT_URI]";
103103
String ClientSecret = "[CLIENT_SECRET]";
104-
String integratorKey = "[INTEGRATOR_KEY]";
104+
String IntegratorKey = "[INTEGRATOR_KEY]";
105105
String BaseUrl = "https://demo.docusign.net/restapi";
106106
String OAuthBaseUrl = "https://account-d.docusign.com";
107107

0 commit comments

Comments
 (0)