mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
Improve DocPlagiarizer.README.md readability (#1629)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user