From b8c432ce6b07d661a7522c16bf2dd16394b2a77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Posp=C3=AD=C5=A1il?= Date: Wed, 28 Jan 2015 11:50:14 +0100 Subject: [PATCH] Fix example with URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7aa331..4b6ba36 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The following examples all result in the same QRCode image. ```swift // NSURL let url = NSURL(string: "http://schuch.me") -qrCode = QRCode("http://schuch.me") +qrCode = QRCode(url) qrCode?.image // String