From 490f8484ca816d1ac1e56ce68aef5e581edb3177 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 30 May 2018 06:35:58 +0300 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 956eb074..8934ad71 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ 13. Added cheap synchronization primitives: `AsyncLock`, `AsyncEvent`, and `AsyncQueue[T]`. ## Documentation -You can find more documentation, notes and examples in [Wiki]. +You can find more documentation, notes and examples in [Wiki](https://github.com/status-im/nim-asyncdispatch2/wiki). ## Installation You can use Nim official package manager `nimble` to install `asyncdispatch2`. The most recent version of the library can be installed via: