From 8566816550a73fc6b52d73de9bb3407ad8256825 Mon Sep 17 00:00:00 2001 From: Eric Norman <7156025+lifekaizen@users.noreply.github.com> Date: Thu, 21 Feb 2019 18:02:23 -0800 Subject: [PATCH] Correct package name. (Fix issue #25) Update documentation to match change of package name in v0.8.0. See [issue 25]( https://github.com/WhyNotHugo/python-barcode/issues/25). --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b3a0c72..31488c1 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------