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.
1 parent 6459b96 commit 8566816Copy full SHA for 8566816
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