Skip to content

Commit 17c0bbe

Browse files
author
Tomas Rutkauskas
authored
Update README.md
1 parent 6c03bce commit 17c0bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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,13 +93,13 @@ 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!

0 commit comments

Comments
 (0)