Skip to content

Commit

Permalink
Merge pull request #26 from lifekaizen/solve-issue-25
Browse files Browse the repository at this point in the history
Correct package name. (Fix issue #25)
  • Loading branch information
Hugo Osvaldo Barrera authored Feb 22, 2019
2 parents 6459b96 + 8566816 commit 2c3b785
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 2c3b785

Please sign in to comment.