From bc33bb98fa6df7300d04010783f1df988451073a Mon Sep 17 00:00:00 2001 From: nghialv Date: Mon, 1 Jun 2015 17:44:55 +0900 Subject: [PATCH] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2149200..d6704ba 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ And this is using `antitypical/Result`. func requestRepository(repoId: Int64, completion: (Repository?, NSError?) -> Void) {} func requestUser(userId: Int64, completion: (User?, NSError?) -> Void) {} - // get owner info of a given repository requestRepository(12345) { repo, error in if let repo = repo {