Skip to content

Commit 725975e

Browse files
authored
fix typo
1 parent eaf4a83 commit 725975e

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
@@ -38,7 +38,7 @@ Create an account at [portal.api2pdf.com](https://portal.api2pdf.com/register) t
3838

3939
All usage starts by initializing the client by passing your API key as a parameter to the constructor.
4040

41-
var a2pClient = Api2Pdf("YOUR-API-KEY");
41+
var a2pClient = new Api2Pdf("YOUR-API-KEY");
4242

4343
Once you initialize the client, you can make calls like so:
4444

0 commit comments

Comments
 (0)