Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aschuch/QRCode
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuch committed Jan 30, 2015
2 parents b00358c + 69581bf commit ab78ccf
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 ab78ccf

Please sign in to comment.