Преглед изворни кода

Merge pull request #19 from bryant1410/master

Fix broken headings in Markdown files
Florian пре 8 година
родитељ
комит
059b33dac2
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,7 +1,7 @@
-##Introduction##
+## Introduction ##
 This is a package for GO which can be used to create different types of barcodes.
 This is a package for GO which can be used to create different types of barcodes.
 
 
-##Supported Barcode Types##
+## Supported Barcode Types ##
 * Aztec Code
 * Aztec Code
 * Codabar
 * Codabar
 * Code 128
 * Code 128
@@ -12,7 +12,7 @@ This is a package for GO which can be used to create different types of barcodes
 * QR Codes
 * QR Codes
 * 2 of 5
 * 2 of 5
 
 
-##Documentation##
+## Documentation ##
 See [GoDoc](https://godoc.org/github.com/boombuler/barcode)
 See [GoDoc](https://godoc.org/github.com/boombuler/barcode)
 
 
 To create a barcode use the Encode function from one of the subpackages.
 To create a barcode use the Encode function from one of the subpackages.