Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/deput/RWPromiseKit
Browse files Browse the repository at this point in the history
  • Loading branch information
deput committed Mar 29, 2016
2 parents f78e34b + 1df0651 commit 2ea160a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For more infomation about the API of promise in js, please reference [here](http
- `all`
- `race`
- `after`
- `retry`
Installation
-------
Expand All @@ -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.
Expand All @@ -80,5 +80,5 @@ Issues and Todo list
License
-------
Licensed under MIT. [Full license here »](LICENSE.txt)
Licensed under MIT. [Full license here »](LICENSE)

0 comments on commit 2ea160a

Please sign in to comment.