Improve DocPlagiarizer.README.md readability (#1629)

This commit is contained in:
Jozef Izso
2017-07-21 11:02:36 +02:00
committed by Ryan Gribble
parent b7ad64d92f
commit 92cc3a5243

View File

@@ -1,10 +1,10 @@
#DocPlagiarizer
# DocPlagiarizer
##What is it?
## What is it?
A build task for MSBuild that will copy xml documentation comments from interfaces to implementations.
##How do I install it?
## How do I install it?
Install using NuGet
@@ -12,6 +12,6 @@ Install using NuGet
This will add the build task to your project, create a build target that calls the task and set that target to run before `Build`.
##How do I use it?
## How do I use it?
Build your project and let your editor reload any changed files.
Build your project and let your editor reload any changed files.