From 30214df85929b190566b44766e0de6a8788a6ce7 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Sun, 24 Apr 2016 22:51:18 +0200 Subject: [PATCH] Added wiki links in the README --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c5b368e..89c692ca 100644 --- a/README.md +++ b/README.md @@ -11,24 +11,24 @@ Demo Supported barcodes: ---- -* CODE128 +* [CODE128](https://github.com/lindell/JsBarcode/wiki/CODE128) * CODE128 (automatic mode switching) * CODE128 A/B/C (force mode) -* EAN +* [EAN](https://github.com/lindell/JsBarcode/wiki/EAN) * EAN-13 * EAN-8 * EAN-5 * EAN-2 * UPC (A) -* CODE39 -* ITF -* ITF-14 -* MSI +* [CODE39](https://github.com/lindell/JsBarcode/wiki/CODE39) +* [ITF](https://github.com/lindell/JsBarcode/wiki/ITF) +* [ITF-14](https://github.com/lindell/JsBarcode/wiki/ITF-14) +* [MSI](https://github.com/lindell/JsBarcode/wiki/MSI) * MSI10 * MSI11 * MSI1010 * MSI1110 -* Pharmacode +* [Pharmacode](https://github.com/lindell/JsBarcode/wiki/pharmacode) Examples for browsers: ---- @@ -126,6 +126,7 @@ JsBarcode(canvas, "Hello"); The default options: ---- +For information about how to use the options, see [the wiki page](https://github.com/lindell/JsBarcode/wiki/Options). ````javascript { width: 2,