Skip to content

Commit

Permalink
Fix example with URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pepe committed Jan 28, 2015
1 parent a1a79e2 commit b8c432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8c432c

Please sign in to comment.