Skip to content

Commit b660727

Browse files
Updated README
1 parent 466bfb1 commit b660727

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.clo
5757
## Convert DOCX to PDF in the Cloud
5858

5959
```csharp
60-
// Get application information from https://dashboard.groupdocs.cloud
61-
string MyAppKey = "";
62-
string MyAppSid = "";
60+
// Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
61+
string MyClientId = "";
62+
string MyClientSecret = "";
6363

64-
var configuration = new Configuration(MyAppSid, MyAppKey);
65-
66-
// Create necessary API instances
64+
// Create instance of the API
65+
var configuration = new Configuration(MyClientId, MyClientSecret);
6766
var apiInstance = new ConvertApi(configuration);
6867

6968
// Prepare convert settings

0 commit comments

Comments
 (0)