Skip to content

Commit a60568f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 56bcae3 + 695c53e commit a60568f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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.3/convertapi-1.3.jar)** and place it in your project library directory.
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.
1616

1717
## Usage
1818

@@ -21,7 +21,7 @@ Download **[latest JAR file](https://github.com/ConvertAPI/convertapi-java/relea
2121
You can get your secret at https://www.convertapi.com/a
2222

2323
```java
24-
Config.setDefaultSecret("YOUR API SECRET");
24+
Config.setDefaultSecret("your-api-secret");
2525
```
2626

2727
### File conversion
@@ -93,17 +93,17 @@ 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.convert("source.docx", "result.pdf", "your-api-secret");
9797
}
9898
}
9999
```
100100

101101
This is the bare-minimum to convert a file using the ConvertAPI client, but you can do a great deal more with the ConvertAPI Java library.
102-
Take special note that you should replace `YOUR API SECRET` with the secret you obtained in item two of the pre-requisites.
102+
Take special note that you should replace `your-api-secret` with the secret you obtained in item two of the pre-requisites.
103103

104104
### Issues & Comments
105105
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
106106

107107
### License
108108
The ConvertAPI Java Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license.
109-
Refer to the [LICENSE](https://github.com/ConvertAPI/convertapi-java/blob/master/LICENSE) file for more information.
109+
Refer to the [LICENSE](https://raw.githubusercontent.com/ConvertAPI/convertapi-java/master/LICENSE.txt) file for more information.

0 commit comments

Comments
 (0)