From 1051420b6e2fda8cd515f46e5df825d6daa86421 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 00:19:57 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9bf393e..ae3f7b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -#HTML5 QR Code Reader +# HTML5 QR Code Reader -###Description +### Description -------------- @@ -10,13 +10,13 @@ This is a cross platform jQuery library to create a QRcode reader for HTML5 comp The decoder used for the QRcode reading is from LazarSoft [https://github.com/LazarSoft/jsqrcode](https://github.com/LazarSoft/jsqrcode) -###Demo +### Demo ---------------------- See a demo here [http://dwa012.github.io/html5-qrcode/](http://dwa012.github.io/html5-qrcode/) -###Usage +### Usage ---------------------- Include ```html5_qrcode.min.js``` in the ```lib``` directory.