go-tinyqr

An experimental minimal QR Code generator  http://go-qrcode.appspot.com
git clone https://git.ce9e.org/go-tinyqr.git

commit
a4b2f114dec145b66dde2e9b793495b74a67abe1
parent
cf115fc637b0677f3597b2e73954058d5e8cd642
Author
Tom Harwood <tfh@skip.org>
Date
2015-03-15 20:24
Add Travis CI button, update docs path to point at github.

Diffstat

M README.md 5 +++--

1 files changed, 3 insertions, 2 deletions


diff --git a/README.md b/README.md

@@ -2,14 +2,15 @@
    2     2 
    3     3 <img src='https://skip.org/img/nyancat-youtube-qr.png' align='right'>
    4     4 
    5    -1 Package qrcode implements a QR Code encoder.<br>
   -1     5 Package qrcode implements a QR Code encoder. [![Build Status](https://travis-ci.org/skip2/go-qrcode.svg?branch=master)](https://travis-ci.org/skip2/go-qrcode) <br>
   -1     6 
    6     7 <br>
    7     8 A QR Code is a matrix (two-dimensional) barcode. Arbitrary content may be encoded, with URLs being a popular choice :)<br>
    8     9 <br>
    9    10 Each QR Code contains error recovery information to aid reading damaged or obscured codes. There are four levels of error recovery: Low, medium, high and highest. QR Codes with a higher recovery level are more robust to damage, at the cost of being physically larger.<br>
   10    11 <br>
   11    12 <h1>Usage</h1>
   12    -1 <pre>import qrcode "skip.org/go/qrcode"
   -1    13 <pre>import qrcode "github.com/skip2/go-qrcode"
   13    14 </pre>
   14    15 
   15    16 <ul><li><b>Create a PNG image:</b><pre>var png []byte