From 2c5eeded6d3c38bf04a463cf9dcfd5ec102ef46c Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Thu, 9 Jul 2020 11:01:35 +0200 Subject: [PATCH] Small fuzzing readme correction [skip ci] --- tests/fuzzing/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzzing/readme.md b/tests/fuzzing/readme.md index f1af9ba..8732549 100644 --- a/tests/fuzzing/readme.md +++ b/tests/fuzzing/readme.md @@ -11,7 +11,7 @@ Next install `nim-testutils` its `ntu` application. E.g. by running the `nim-testutils` nimble install: ```sh -nimble install nim-testutils +nimble install testutils ``` ## How to run