Browse Source

Update README.md

Frank 4 years ago
parent
commit
a6f236cc35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -54,7 +54,7 @@
       MJRefreshNormalHeader { [weak self] in
   	      // do some Requst
       }.autoChangeTransparency(true)
-      .assign(to: tableView)
+      .link(to: tableView)
   }
   ```