Skip to content

Commit 882a1bf

Browse files
committed
Fixed README
1 parent 2334644 commit 882a1bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add this dependency to your project's POM:
3333
```xml
3434
<dependency>
3535
<groupId>com.aspose</groupId>
36-
<artifactId>aspose-cloud-pdf-android</artifactId>
36+
<artifactId>aspose-cloud-pdf</artifactId>
3737
<version>18.6.0</version>
3838
<scope>compile</scope>
3939
</dependency>
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444
Add this dependency to your project's build file:
4545

4646
```groovy
47-
compile "com.aspose:aspose-cloud-pdf-android:18.6.0"
47+
compile "com.aspose:aspose-cloud-pdf:18.6.0"
4848
```
4949

5050
### Others
@@ -55,7 +55,7 @@ At first generate the JAR by executing:
5555

5656
Then manually install the following JARs:
5757

58-
* target/aspose-cloud-pdf-android-18.6.0.jar
58+
* target/aspose-cloud-pdf-18.6.0.jar
5959
* target/lib/*.jar
6060

6161
## Getting Started
@@ -64,9 +64,9 @@ Please follow the [installation](#installation) instruction and execute the foll
6464

6565
```java
6666

67-
import com.aspose.asposecloudpdfandroid.*;
68-
import com.aspose.asposecloudpdfandroid.model.*;
69-
import com.aspose.asposecloudpdfandroid.api.PdfApi;
67+
import com.aspose.asposecloudpdf.*;
68+
import com.aspose.asposecloudpdf.model.*;
69+
import com.aspose.asposecloudpdf.api.PdfApi;
7070

7171
import java.io.File;
7272
import java.util.*;

0 commit comments

Comments
 (0)