From dcc981a38c24fd569a2d9dc4f140f357d4a2fcb8 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:35:34 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85c34d6..9fe5be5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -##Introduction## +## Introduction ## This is a package for GO which can be used to create different types of barcodes. -##Supported Barcode Types## +## Supported Barcode Types ## * Aztec Code * Codabar * Code 128 @@ -12,7 +12,7 @@ This is a package for GO which can be used to create different types of barcodes * QR Codes * 2 of 5 -##Documentation## +## Documentation ## See [GoDoc](https://godoc.org/github.com/boombuler/barcode) To create a barcode use the Encode function from one of the subpackages.