From f76b1044613f1ce3175458674d8dee0860ddac25 Mon Sep 17 00:00:00 2001 From: jack Date: Wed, 7 Feb 2018 15:42:24 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a67200a..8c21fe0 100644 --- a/README.md +++ b/README.md @@ -167,10 +167,10 @@ imgkit.from_string(body, 'out.png') Each API call takes an optional config paramater. This should be an instance of `imgkit.config()` API call. It takes the config options as initial paramaters. The available options are: -* `wkhtmltoimage` - the location of the wkhtmltoimage` binary. By default imgkit` will attempt to locate this using which` (on UNIX type systems) or where` (on Windows). +* `wkhtmltoimage` - the location of the `wkhtmltoimage` binary. By default `imgkit` will attempt to locate this using which` (on UNIX type systems) or where` (on Windows). * `meta_tag_prefix` - the prefix for `imgkit` specific meta tags - by default this is `imgkit-` -Example - for when wkhtmltopdf` is not in $PATH`: +Example - for when `wkhtmltopdf` is not in `$PATH`: ``` python config = imgkit.config(wkhtmltoimage='/opt/bin/wkhtmltoimage') @@ -190,4 +190,4 @@ imgkit.from_string(html_string, output_file, config=config) ## Credit -This is library edited from [python PDFKit](https://github.com/JazzCore/python-pdfkit) +[python PDFKit](https://github.com/JazzCore/python-pdfkit)