From b3408835954601c6ef5b2f85cf82e26f8f7c1282 Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Tue, 15 Sep 2015 20:00:49 +0200 Subject: [PATCH] Fixed readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f8520e8..445d6cd7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ var Quagga = require('quagga'); Currently, the full functionality is only available through the browser. When using QuaggaJS within __node__, only file-based decoding is available. See the -example for [node_examples](node-example). +example for [node_examples](#node-example). ### Bower @@ -433,6 +433,7 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``. ### 2015-09-15 Take a look at the release-notes ([0.7.0] (https://github.com/serratus/quaggaJS/releases/tag/v0.7.0)) + - Features - Added basic support for running QuaggaJS inside __node__ (see [example] (#node-example))