Skip to content

Commit

Permalink
[DOC] Fixed run command for the client still using Python instead of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregaldeano committed Nov 28, 2024
1 parent 30399b4 commit 0aadb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0aadb91

Please sign in to comment.