From 30d7c9bf417af1cf6cd8a28467ea650436f37570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sun, 19 May 2019 23:19:20 +0200 Subject: [PATCH] add link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d909690..51832ed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## description **unittest2** is a fork of the [unittest](https://nim-lang.org/docs/unittest.html) module in the -[Nim](https://nim-lang.org/) standard library, with a focus on parallel test -execution. +[Nim](https://nim-lang.org/) standard library, with a focus on [parallel test +execution](https://stefantalpalaru.github.io/nim-unittest2/unittest2.html#running-tests-in-parallel). This fork was originally a pull request: [https://github.com/nim-lang/Nim/pull/9724](https://github.com/nim-lang/Nim/pull/9724)