Skip to content

Commit 8566816

Browse files
authored
Correct package name. (Fix issue #25)
Update documentation to match change of package name in v0.8.0. See [issue 25]( #25).
1 parent 6459b96 commit 8566816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ and see the created barcode. That's it.
108108

109109
Commandline::
110110

111-
$ pybarcode create "My Text" outfile
111+
$ python-barcode create "My Text" outfile
112112
New barcode saved as outfile.svg.
113-
$ pybarcode create -t png "My Text" outfile
113+
$ python-barcode create -t png "My Text" outfile
114114
New barcode saved as outfile.png.
115115

116-
Try `pybarcode -h` for help.
116+
Try `python-barcode -h` for help.
117117

118118
Changelog
119119
---------

0 commit comments

Comments
 (0)