Skip to content

Commit 2800ade

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4e2d2b8 + 15ccd11 commit 2800ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can get your free API secret at https://www.convertapi.com/a
1212

1313
## Installation
1414

15-
Download **[latest JAR file](https://github.com/ConvertAPI/convertapi-java/releases/download/v1.5/convertapi-1.5.jar)** and place it in your project library directory.
15+
Download **[latest JAR file](https://github.com/ConvertAPI/convertapi-java/releases/download/v1.6/convertapi-1.6.jar)** and place it in your project library directory.
1616

1717
## Usage
1818

@@ -93,7 +93,7 @@ import com.convertapi.ConvertApi;
9393

9494
public class SimpleConversion {
9595
public static void main(String[] args) {
96-
ConvertApi.convert("source.docx", "result.pdf", "your-api-secret");
96+
ConvertApi.convertFile("source.docx", "result.pdf", "your-api-secret");
9797
}
9898
}
9999
```

0 commit comments

Comments
 (0)