Merge branch 'master' of github.com:status-im/nim-asyncdispatch2

This commit is contained in:
cheatfate 2018-05-31 11:04:57 +03:00
commit 67896b161d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ You can find more documentation, notes and examples in [Wiki](https://github.com
You can use Nim official package manager `nimble` to install `asyncdispatch2`. The most recent version of the library can be installed via:
```
$ nimble install https://github.com/status-im/nim-asyncdispatch2
$ nimble install asyncdispatch2
```
## License