From fdc14f65b51b68c4885096cc68aa4638d54ac5e3 Mon Sep 17 00:00:00 2001 From: rowanhanna Date: Wed, 18 Dec 2013 13:53:55 +1100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ed01e1..9213f4f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -DelphiZXingQRCode [provided by Debenu] +DelphiZXingQRCode ================= DelphiZXingQRCode is a Delphi port of the QR Code functionality from ZXing, an open source @@ -18,3 +18,5 @@ https://github.com/zxing/zxing A sample Delphi project is provided in the TestApp folder to demonstrate how to use DelphiZXingQRCode. Simply add the DelphiZXIngQRCode.pas to the DelphiZXingQRCodeTestApp Delphi project and compile. + +[Debenu]