mirror of https://github.com/SnapKit/SnapKit
Touch banner in readme
This commit is contained in:
parent
8fbe3c18bd
commit
70b14a76b2
|
@ -1,4 +1,4 @@
|
||||||
<img src="http://snapkit.io/images/banner.png" alt="" />
|
<img src="http://snapkit.io/images/banner.png?v=1" alt="" />
|
||||||
|
|
||||||
SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ class MyViewController: UIViewController {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
* [Documentation](http://snapkit.io/docs/)
|
* [Documentation](http://snapkit.io/docs/)
|
||||||
|
|
Loading…
Reference in New Issue