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 0e66ed0 commit e4260b0Copy full SHA for e4260b0
README.md
@@ -43,7 +43,7 @@ All usage starts by initializing the client by passing your API key as a paramet
43
44
Once you initialize the client, you can make calls like so:
45
46
- var apiResponse = a2pClient.HeadlessChrome.FromHtml('<p>Hello, World</p>');
+ var apiResponse = a2pClient.HeadlessChrome.FromHtml("<p>Hello, World</p>");
47
Console.WriteLine(apiResponse.Pdf);
48
Console.ReadLine();
49
0 commit comments