Merge pull request #19 from bryant1410/master

Fix broken headings in Markdown files
This commit is contained in:
Florian 2017-04-17 10:38:20 +02:00 committed by GitHub
commit 059b33dac2
1 changed files with 3 additions and 3 deletions

View File

@ -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.