Skip to content

Commit

Permalink
Fixing the PromiseKit version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl authored Jan 10, 2019
1 parent e258f42 commit f1280ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Have you ever dream to write asynchronous code like its synchronous counterpart?

_AwaitKit_ is a powerful Swift library inspired by the [Async/Await specification in ES8 (ECMAScript 2017)](https://github.com/tc39/ecmascript-asyncawait) which provides a powerful way to write asynchronous code in a sequential manner.

Internally it uses [PromiseKit](https://github.com/mxcl/PromiseKit) v6.2 to create and manage promises.
Internally it uses [PromiseKit](https://github.com/mxcl/PromiseKit) v6.4 to create and manage promises.

<p align="center">
<a href="#requirements">Requirements</a> • <a href="#getting-started">Getting Started</a> • <a href="#usage">Usage</a> • <a href="#installation">Installation</a> • <a href="#contribution">Contribution</a> • <a href="#contact">Contact</a> • <a href="#license-mit">License</a>
Expand Down

0 comments on commit f1280ac

Please sign in to comment.