From d2d10ac57adbf140c8fc32b3ad359c5bf7b65040 Mon Sep 17 00:00:00 2001 From: Helson Date: Sat, 14 Sep 2024 10:20:04 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96216cd7..5d650e31 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ const res = await poppler.pdfToCairo(file, outputFile, options); console.log(res); ``` -Example of an `async` `await` call to `poppler.pdfToCairo()`, to convert only the first of a PDF file to a new +Example of an `async` `await` call to `poppler.pdfToCairo()`, to convert only the first page of a PDF file to a new PDF file using stdout: ```js