From e2fc637a71f0c88f9022f2288c7addc73b8c7f29 Mon Sep 17 00:00:00 2001 From: Artem Derevnjuk Date: Mon, 7 Nov 2022 23:26:54 +0400 Subject: [PATCH] docs(readme): clarify installation instructions (#16) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2edb236..13bf810 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Trying out Bright’s SecTester is _**free**_ 💸, so let’s get started! ### Installation -First install the module via `yarn` or `npm` and do not forget to install the peer dependencies as well: +First install the module via `dotnet` or `nuget.exe` and do not forget to install the peer dependencies as well: ```bash $ dotnet add package SecTester.Runner && \