Skip to content

Commit 5f7dbb9

Browse files
authored
fix phrasing
1 parent e4260b0 commit 5f7dbb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ An `Api2PdfResponse` object is returned from every API call. If a call is unsucc
8787

8888
var apiResponse = a2pClient.WkHtmlToPdf.FromUrl("http://www.api2pdf.com", inline: true, outputFileName: "test.pdf");
8989

90-
**Convert URL to PDF (use keyword arguments for advanced wkhtmltopdf settings)**
90+
**Convert URL to PDF (use dictionary for advanced wkhtmltopdf settings)**
9191
[View full list of wkhtmltopdf options available.](https://www.api2pdf.com/documentation/advanced-options-wkhtmltopdf/)
9292

9393
var options = new Dictionary<string, string>();
@@ -108,7 +108,7 @@ An `Api2PdfResponse` object is returned from every API call. If a call is unsucc
108108

109109
var apiResponse = a2pClient.HeadlessChrome.FromHtml("<p>Hello, World</p>", inline: true, outputFileName: "test.pdf");
110110

111-
**Convert HTML to PDF (use keyword arguments for advanced Headless Chrome settings)**
111+
**Convert HTML to PDF (use dictionary for advanced Headless Chrome settings)**
112112
[View full list of Headless Chrome options available.](https://www.api2pdf.com/documentation/advanced-options-headless-chrome/)
113113

114114
var options = new Dictionary<string, string>();

0 commit comments

Comments
 (0)