Skip to content

Commit 79e3f37

Browse files
authored
Merge pull request #6 from kostas-baltsoft/patch-1
Content updates
2 parents 5df7a3b + 035bf8c commit 79e3f37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GETTING-STARTED.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#### 1. Install the ConvertAPI library
22

3-
Go to [ConvertAPI Java client](https://github.com/ConvertAPI/convertapi-java) page and download JAR file.
4-
Place JAR in to your project library directory.
3+
Go to the [ConvertAPI Java client](https://github.com/ConvertAPI/convertapi-java) page and download the JAR file.
4+
Place JAR into your project library directory.
55

6-
Library is also available in Maven.
6+
The library is also available in Maven.
77
Add the following dependency to your pom.xml:
88
```xml
99
<dependency>
@@ -31,7 +31,7 @@ ConvertApi.convertRemoteFile("https://cdn.convertapi.com/cara/testfiles/document
3131
```
3232

3333

34-
#### 2.b. Convert local file
34+
#### 2.b. Convert a local file
3535

3636
```java
3737
import com.convertapi.*;
@@ -46,7 +46,7 @@ ConvertApi.convert("docx", "pdf",
4646
```
4747

4848

49-
#### 2.c. Convert remote file and set additional parameters
49+
#### 2.c. Convert a remote file and set additional parameters
5050

5151
```java
5252
import com.convertapi.*;

0 commit comments

Comments
 (0)