Skip to content

Commit 704087d

Browse files
authored
Update README.rst fix example
1 parent c15ed32 commit 704087d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ You can specify all wkhtmltopdf `options <http://wkhtmltopdf.org/usage/wkhtmltop
8484
'margin-bottom': '0.75in',
8585
'margin-left': '0.75in',
8686
'encoding': "UTF-8",
87-
'custom-header' : [
87+
'custom-header': [
8888
('Accept-Encoding', 'gzip')
89-
]
89+
],
9090
'cookie': [
9191
('cookie-name1', 'cookie-value1'),
9292
('cookie-name2', 'cookie-value2'),

0 commit comments

Comments
 (0)