Skip to content

Commit 2346dc4

Browse files
committed
updating readme.
1 parent 8852253 commit 2346dc4

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
@@ -5,7 +5,7 @@ PDF generation in python using [wkhtmltopdf](http://wkhtmltopdf.org/) suitable f
55

66
Based on [pywkher](https://github.com/jwmayfield/pywkher) but significantly extended.
77

8-
The repo is pretty large (currently 116mb) because it contains two binary version of wkhtmltopdf, one for use on Heroku (Ubuntu 10.04) and one for use on Ubuntu 14.04. See [this](https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1817) discussion for an explanation.
8+
Currently using **wkhtmltopdf v. 0.12.2** (beta).
99

1010
## Basic Usage
1111

@@ -70,4 +70,4 @@ uses -H command line option
7070

7171
### execute_wk(*args)
7272

73-
Low level function to call wkhtmltopdf, arguments are added to wkhtmltopdf binary and passed to subprocess with not processing.
73+
Low level function to call wkhtmltopdf, arguments are added to wkhtmltopdf binary and passed to subprocess with not processing.

0 commit comments

Comments
 (0)