Skip to content

Commit 2c3b785

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #26 from lifekaizen/solve-issue-25
Correct package name. (Fix issue #25)
2 parents 6459b96 + 8566816 commit 2c3b785

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)