Skip to content

Commit d4e8df6

Browse files
authored
Update README.md
1 parent f05abd5 commit d4e8df6

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
@@ -30,7 +30,7 @@ Add the following dependency to your pom.xml:
3030
You can get your credentials at https://www.convertapi.com/a
3131

3232
```java
33-
Config.setDefaultApiCredentials("your-api-secret");
33+
Config.setDefaultApiCredentials("your-api-credentials");
3434
```
3535

3636
### File conversion
@@ -117,7 +117,7 @@ public class SimpleConversion {
117117
```
118118

119119
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.
120-
Take special note that you should replace `your-api-credentials` with the secret you obtained in item two of the pre-requisites.
120+
Take special note that you should replace `your-api-credentials` with the credentials you obtained in item two of the pre-requisites.
121121

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

0 commit comments

Comments
 (0)