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)