Skip to content

Commit 6c03bce

Browse files
author
Tomas Rutkauskas
authored
Update Getting-Started.md
1 parent 8d2f484 commit 6c03bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Getting-Started.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)