Skip to content

Commit 8d2f484

Browse files
author
Tomas Rutkauskas
authored
Update README.md
1 parent 1245f5f commit 8d2f484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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
```

0 commit comments

Comments
 (0)