From 54a49f69b0f855a4c4d3bb93835c9696428e962c Mon Sep 17 00:00:00 2001 From: felix-hedenstrom <39419603+felix-hedenstrom@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:49:19 +0200 Subject: [PATCH] Fixed spelling in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764c7fa..d123d7d 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Images, CSS, or JavaScript does not seem to be downloading correctly in the PDF. ### Asynchronous conversion ### -__sPDF__ relyies on Scala's `scala.sys.process.Process` class to execute `wkhtmltopdf` and pipe input/output data. +__sPDF__ relies on Scala's `scala.sys.process.Process` class to execute `wkhtmltopdf` and pipe input/output data. The execution of `wkhtmltopdf` and thus the conversion to PDF is blocking. If you need the processing to be asynchronous you can wrap the call inside a `Future`.