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 eaf4a83 commit 725975eCopy full SHA for 725975e
README.md
@@ -38,7 +38,7 @@ Create an account at [portal.api2pdf.com](https://portal.api2pdf.com/register) t
38
39
All usage starts by initializing the client by passing your API key as a parameter to the constructor.
40
41
- var a2pClient = Api2Pdf("YOUR-API-KEY");
+ var a2pClient = new Api2Pdf("YOUR-API-KEY");
42
43
Once you initialize the client, you can make calls like so:
44
0 commit comments