Skip to content

Commit c15cb85

Browse files
committed
better readme.md
1 parent cf8cecd commit c15cb85

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ For command line parsing @ulrichsg's [getopt-php](https://github.com/ulrichsg/ge
66
The credits should go mostly to them, since this is a very simple script that uses what they have made.
77

88
## How to install
9-
The vendor folder is included since I want to be able to just download this package and install it.
9+
The vendor folder is included since I want to be able to just download this package and run it.
1010

11-
You should download the zip or tarball and extract it / move it to where you want it to be instaled.
11+
You should download the zip or tar ball and put the cli-barcode folder where you want it to be installed.
1212

1313
Then you can run:
1414
```
@@ -27,7 +27,7 @@ You will need to have `make` installed for this.
2727
Usage is pretty straight forward.
2828
#####There are 4 required parameters
2929
1. Encoding (barcode type)
30-
2. Output format (jpg, svg, etc)
30+
2. Output format (png, jpg, svg, html)
3131
3. Barcode string (will become the barcode)
3232
4. Output file (where to save it)
3333

@@ -36,8 +36,9 @@ Usage is pretty straight forward.
3636
* Height of the bars (defaults to 30)
3737
* Color of the bars (defaults to black)
3838

39-
I find the default settings for these very optimal, since there is usually no problem on resizing the barcodes generated.
40-
39+
I find the default settings for these very optimal, since there is usually no problem on resizing the barcodes generated.
40+
The encodings and output formats are case-insenstive.
41+
4142
## Help Information from cli
4243
```
4344
$ barcode --help

0 commit comments

Comments
 (0)