Skip to content

Commit 6500a84

Browse files
authored
Update README.md
1 parent dff49fd commit 6500a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ You can get your secret at https://www.convertapi.com/a
3131

3232
```java
3333
Config.setDefaultSecret("your-api-secret");
34+
// or token authentication
35+
Config.setDefaultToken("your-token");
36+
Config.setDefaultApiKey("your-api-key");
3437
```
3538

3639
### File conversion

0 commit comments

Comments
 (0)