Skip to content

Commit 764d3fe

Browse files
authored
updated readme
1 parent 8f5dbdd commit 764d3fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ Commandline::
110110
`$ python-barcode create "123456789000" outfile -b ean --text "text to appear under barcode" `
111111
New barcode saved as outfile.svg.
112112
113-
# This may not work if `ImageWriter` is None
114-
# ImageWriter is unavailable if Pillow is not installed (it's required for exporting to images instead of SVG).
113+
# The following will not work if Pillow is not installed (Pillow is required for exporting to images instead of SVG).
115114
$ python-barcode create -t png "My Text" outfile
116115
New barcode saved as outfile.png.
117116

0 commit comments

Comments
 (0)