We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 018a7f3 + 6d77af0 commit b5d1e42Copy full SHA for b5d1e42
README.md
@@ -52,7 +52,7 @@ qrCode.backgroundColor = CIColor(rgba: "000")
52
qrCode.image // UIImage (green QRCode color and black background)
53
```
54
55
-> **Note**: The obove examples make use of the `CIColor` extension that ships with this project to create colors based on HEX strings.
+> **Note**: The above examples make use of the `CIColor` extension that ships with this project to create colors based on HEX strings.
56
57
### UIImageView extension
58
@@ -126,4 +126,4 @@ xctool -scheme QRCodeTests -sdk iphonesimulator test
126
Feel free to get in touch.
127
128
* Website: <http://schuch.me>
129
-* Twitter: [@schuchalexander](http://twitter.com/schuchalexander)
+* Twitter: [@schuchalexander](http://twitter.com/schuchalexander)
0 commit comments