Skip to content

Commit

Permalink
Merge pull request #26 from maggy96/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
gutschilla authored Aug 9, 2017
2 parents 86a8b08 + 6b9c2a4 commit 7ed07a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ to use wkhtmltopdf on systems that have no X installed, e.g. a server.
- improve REAMDE
- add option to pick output pdf filename
- 0.3.5
- add `generate_binray` and `generate_binary!` that immediately return the
- add `generate_binary` and `generate_binary!` that immediately return the
PDF binary instead of an `{:ok, filename}` tuple.
- add `generate!` to immediately return the filename
- some more tests
- minor change `delete_temporary` must be truthy. (the old supported value
`:html` will stil work) and will delete both intermediate HTML And PDF
`:html` will still work) and will delete both intermediate HTML And PDF
files in `generate_binary` and `generate_binary!`
- 0.3.4
- BUGFIX: fix merge confusion to **really** support `xvfb-run` or other
Expand Down

0 comments on commit 7ed07a6

Please sign in to comment.