From 3e0cc658b06c37bbfe659fb98cd6f8fb14d8f86c Mon Sep 17 00:00:00 2001 From: alexm-status <38202046+alexm-status@users.noreply.github.com> Date: Wed, 30 May 2018 14:27:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8934ad7..284e1e6 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 https://github.com/status-im/nim-asyncdispatch2 +$ nimble install asyncdispatch2 ``` ## License