From 7f6fe4a8a9cccd54c3b696e3f738fa99dfefc4fa Mon Sep 17 00:00:00 2001 From: Richardson William Date: Fri, 3 Jan 2020 10:57:21 -0300 Subject: [PATCH] Fixing typo on README.md (#674) Fixing typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac05e94..731a800 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Coverlet can be used through three different *drivers* ### VSTest Integration (preferred due to [know issue](https://github.com/tonerdo/coverlet/blob/master/Documentation/KnowIssues.md#1-vstest-stops-process-execution-earlydotnet-test)) -### Insallation +### Installation ```bash dotnet add package coverlet.collector ```