From d2a472ded03e3b3cbeb52c8358c4872194b423ec Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Tue, 4 Dec 2012 22:08:40 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244066ea..dc83d36f 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,9 @@ To explore example of how to create simple custom painter, please follow to the **[webcam-capture-painter](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-painter)** subproject. I'm sure you can find some fancy stuff there. -### Read QR Codes +### Read QR / DataMatrix / Bar Codes -Example presenting how to read QR codes using _Webcam Capture_ together with +Example presenting how to read QR / DataMatrix / Bar codes using _Webcam Capture_ together with [ZXing](https://github.com/zxing/zxing) is available in **[webcam-capture-qrcode](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-qrcode)** subproject.