From 4f670ac7e87982a8f46c74f3331f89af0fa34273 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 30 May 2018 06:34:58 +0300 Subject: [PATCH] Update documentation in README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bf63251..956eb074 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ 13. Added cheap synchronization primitives: `AsyncLock`, `AsyncEvent`, and `AsyncQueue[T]`. +## Documentation +You can find more documentation, notes and examples in [Wiki]. + ## Installation You can use Nim official package manager `nimble` to install `asyncdispatch2`. The most recent version of the library can be installed via: