Skip to content

Commit 4d4ef14

Browse files
Update README.md
1 parent f85b97c commit 4d4ef14

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
@@ -69,7 +69,7 @@ import asposepdfcloud
6969
## Get PDF Page Annotations in Python
7070
```python
7171
# Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
72-
pdf_api_client = asposepdfcloud.ApiClient('MY_CLIENT_ID', 'MY_CLIENT_SECRET')
72+
pdf_api_client = asposepdfcloud.ApiClient('MY_CLIENT_SECRET', 'MY_CLIENT_ID')
7373
pdf_api = asposepdfcloud.PdfApi(pdf_api_client)
7474
file_name = 'PdfWithAnnotations.pdf'
7575
page_number = 2

0 commit comments

Comments
 (0)