We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6459b96 + 8566816 commit 2c3b785Copy full SHA for 2c3b785
1 file changed
README.rst
@@ -108,12 +108,12 @@ and see the created barcode. That's it.
108
109
Commandline::
110
111
- $ pybarcode create "My Text" outfile
+ $ python-barcode create "My Text" outfile
112
New barcode saved as outfile.svg.
113
- $ pybarcode create -t png "My Text" outfile
+ $ python-barcode create -t png "My Text" outfile
114
New barcode saved as outfile.png.
115
116
- Try `pybarcode -h` for help.
+ Try `python-barcode -h` for help.
117
118
Changelog
119
---------
0 commit comments