Skip to content

Commit b999e41

Browse files
Updated README
1 parent 9aee301 commit b999e41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ dependencies {
6565
```java
6666
// For complete examples and data files, please go to https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-java-samples
6767
// Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
68-
String MyClientSecret = "";
69-
String MyClientId = "";
68+
String MyClientId = "";
69+
String MyClientSecret = "";
7070

71+
// Create instance of the API
7172
Configuration configuration = new Configuration(MyClientId, MyClientSecret);
72-
7373
AnnotateApi apiInstance = new AnnotateApi(configuration);
7474

7575
// Create annotation/s.

0 commit comments

Comments
 (0)