From b0e1bdae4fe27519fb9a3c4388d47ae0bfa96e67 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Thu, 11 May 2017 07:05:23 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2ebbea..5adda94 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ You will need to have `make` installed for this. ## Generating barcodes Usage is pretty straight forward. -#####There are 4 required parameters +##### There are 4 required parameters 1. Encoding (barcode type) 2. Output format (png, jpg, svg, html) 3. Barcode string (will become the barcode) 4. Output file (where to save it) -#####Apart from that you get a few optional parameters +##### Apart from that you get a few optional parameters * Width factor for the bars (defaults to 2) * Height of the bars (defaults to 30) * Color of the bars (defaults to black)