diff --git a/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest b/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest
index 4d42b83..d0c1156 100644
--- a/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest
+++ b/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest
@@ -3,16 +3,11 @@
Testura.Mutation
- Are you looking for ways to improve the quality and test coverage of your unit tests? Then Testura and mutation testing may be something for you.
-
-Testura is a mutation testing extension for visual studio that verifies the quality of your unit tests by injecting different mutations in your production code and then checks whether your unit tests catch them. If your unit tests:
-
-- Fail it means that your tests found the mutation and you have good coverage.
-- Pass it means that the mutant survived and you do not have sufficient coverage of the specific functionality.
+ Testura is a mutation testing extension for visual studio that verifies the quality of your unit tests by injecting different mutations in your production code and then checks whether your unit tests catch them.
https://github.com/Testura/Testura.Mutation
https://github.com/Testura/Testura.Mutation/releases
Resources\bigIcon.png
- MutationWindow.PNG
+ Resources\bigIcon.png
Mutation tesing unit tests