Kaynağa Gözat

Touch readme

Robert Payne 10 yıl önce
ebeveyn
işleme
8fbe3c18bd
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -12,10 +12,10 @@ import SnapKit
 class MyViewController: UIViewController {
 
     lazy var box = UIView()
-    
+
     override func viewDidLoad() {
         super.viewDidLoad()
-        
+
         self.view.addSubview(box)
         box.snp_makeConstraints { (make) -> Void in
            make.width.height.equalTo(50)
@@ -26,6 +26,7 @@ class MyViewController: UIViewController {
 }
 ```
 
+
 ## Resources
 
 * [Documentation](http://snapkit.io/docs/)