Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
maggy96 authored May 31, 2017
1 parent 0dbab16 commit 6b9c2a4
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 @@ -9,12 +9,12 @@ to use wkhtmltopdf on systems that have no X installed, e.g. a server.
- master
- improve REAMDE
- 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 6b9c2a4

Please sign in to comment.