Skip to content

Commit 07f70c4

Browse files
README.md updated
1 parent 86bcadd commit 07f70c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ Extract Text & Images of a PDF document online https://products.aspose.app/pdf/p
1313
```
1414
go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go
1515
```
16-
1716
## Getting Started
1817
Please follow the [installation](#installation) instruction and execute the following Go code:
1918

20-
## Get PDF Page Circle Annotations in GO
19+
## Get PDF Page Circle Annotations in Go
2120
```
2221
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
2322
@@ -31,7 +30,6 @@ Please follow the [installation](#installation) instruction and execute the foll
3130
3231
return pdfAPI.GetDocumentCircleAnnotations(name, args)
3332
```
34-
3533
## Unit Tests
3634
Aspose PDF Cloud SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF Cloud SDK.
3735

0 commit comments

Comments
 (0)