From 274009d102ac4e14f226c06dfdafe99d631a3aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Kemp=C3=A9?= Date: Wed, 21 Mar 2018 14:38:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ed0c982a..df89b5206 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Coverlet integrates with the MSBuild system and that allows it to go through the ## Usage -Coverlet deosn't require any additional setup other than including the NuGet package. It integrates with the `dotnet test` infrastructure built into the .NET Core CLI and when enabled will automatically generate coverage results after tests are run. +Coverlet doesn't require any additional setup other than including the NuGet package. It integrates with the `dotnet test` infrastructure built into the .NET Core CLI and when enabled will automatically generate coverage results after tests are run. ### Code Coverage