We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1245f5f commit 8d2f484Copy full SHA for 8d2f484
README.md
@@ -93,7 +93,7 @@ import com.convertapi.ConvertApi;
93
94
public class SimpleConversion {
95
public static void main(String[] args) {
96
- ConvertApi.convert("source.docx", "result.pdf", "YOUR API SECRET");
+ ConvertApi.convert("source.docx", "result.pdf", "your api secret");
97
}
98
99
```
0 commit comments