Explorar o código

Updated readme

Robert Payne %!s(int64=10) %!d(string=hai) anos
pai
achega
ce3bb65b73
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -12,12 +12,12 @@ import SnapKit
 class MyViewController: UIViewController {
 
     lazy var box = UIView()
-    
+
     override func viewDidLoad() {
         super.viewDidLoad()
-        
+
         self.view.addSubview(box)
-        box.snp_makeConstraints { (make) -> Void in
+        box.snp.makeConstraints { (make) -> Void in
            make.width.height.equalTo(50)
            make.center.equalTo(self.view)
         }