From fc32aaba0b8d51dcd2d0358fb7af755e2cb56fad Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Sun, 14 Jun 2015 13:44:00 +0900 Subject: [PATCH] update Readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bd34ff8..905d321 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,6 @@ This library is inspired by the [talk of Javier Soto](https://realm.io/news/swif And this is using `antitypical/Result`. -> Do you want to checkout [`Try`](https://github.com/nghialv/Try) µframework? -> -> [`Try`](https://github.com/nghialv/Try) is a µframework that provides Try<T, Error> for dealing with try-catch in Swift 2.0. - ### Why we need Future? ##### Traditional async code