From 804e4a3bc9e8496e582b7936c95caab582160725 Mon Sep 17 00:00:00 2001 From: Guo Yu Date: Wed, 30 Mar 2016 02:13:24 +0800 Subject: [PATCH 1/3] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c520389..21d25a3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ For more infomation about the API of promise in js, please reference [here](http - `all` - `race` - `after` - +- `retry` Installation ------- From 6d92f15add68d372c8cf9727695bcea8f9772405 Mon Sep 17 00:00:00 2001 From: Guo Yu Date: Wed, 30 Mar 2016 05:27:17 +0800 Subject: [PATCH 2/3] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d25a3..95a31d9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Issues and Todo list ------- - I simplify the usage of `then`. Just pass only one handler block to hanle when last promise is resolved. To reject, you can raise an expection or return a new promise. -- some other API: `map`,`filter`,`reduce` +- ~~some other API: `map`,`filter`,`reduce`~~ - Integrate with 3rd party lib - ~~Unit test are not finished~~ - Complicated test cases. From 1df0651a133f6f76c4cd1ef9ffe1e32b98c3824f Mon Sep 17 00:00:00 2001 From: Guo Yu Date: Wed, 30 Mar 2016 05:42:42 +0800 Subject: [PATCH 3/3] LICENSE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a31d9..3dec72f 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ Issues and Todo list License ------- -Licensed under MIT. [Full license here »](LICENSE.txt) +Licensed under MIT. [Full license here »](LICENSE)