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