Skip to content

Commit

Permalink
Correct package name. (Fix issue #25)
Browse files Browse the repository at this point in the history
Update documentation to match change of package name in v0.8.0. See [issue 25]( #25).
  • Loading branch information
enorms authored Feb 22, 2019
1 parent 6459b96 commit 8566816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ and see the created barcode. That's it.

Commandline::

$ pybarcode create "My Text" outfile
$ python-barcode create "My Text" outfile
New barcode saved as outfile.svg.
$ pybarcode create -t png "My Text" outfile
$ python-barcode create -t png "My Text" outfile
New barcode saved as outfile.png.

Try `pybarcode -h` for help.
Try `python-barcode -h` for help.

Changelog
---------
Expand Down

0 comments on commit 8566816

Please sign in to comment.