From 98a85c5614daf2f34df679bf7d90ba6cefa73eef Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 18 Aug 2018 00:25:34 +0300 Subject: [PATCH] Fix #7. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9812395..0f3c1f4 100644 --- a/README.md +++ b/README.md @@ -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 asyncdispatch2 +$ nimble install https://github.com/status-im/nim-asyncdispatch2.git ``` ## License