You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You can get your free API secret at https://www.convertapi.com/a
12
12
13
13
## Installation
14
14
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.
16
16
17
17
## Usage
18
18
@@ -21,7 +21,7 @@ Download **[latest JAR file](https://github.com/ConvertAPI/convertapi-java/relea
21
21
You can get your secret at https://www.convertapi.com/a
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.
103
103
104
104
### Issues & Comments
105
105
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
106
106
107
107
### License
108
108
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