From 3d45cf49ebfd1ab2d4a7d8f07090d5f73c361931 Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Thu, 11 Jun 2015 17:48:02 +0900 Subject: [PATCH] update Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6fa003e..7622903 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ 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 for dealing with try-catch in Swift 2.0. + ### Why we need Future? ##### Traditional async code