From 0aadb919816e8e9344a1ec4de089b718157cb259 Mon Sep 17 00:00:00 2001 From: Alexandre Galdeano Date: Thu, 28 Nov 2024 18:02:46 +0100 Subject: [PATCH] [DOC] Fixed run command for the client still using Python instead of Go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f785d43..705afc5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ or ``` $ env KWKHTMLTOPDF_SERVER_URL=http://localhost:8080 \ - client/python/kwkhtmltopdf_client.py https://wkhtmltopdf.org /tmp/test.pdf + go run client/go/kwkhtmltopdf_client.go https://wkhtmltopdf.org /tmp/test.pdf ``` This should generate a printout of the wkhtmltopdf home page to /tmp/test.pdf.