From 92cc3a5243e07abbc9d8a828e141f7c495e2ad54 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Fri, 21 Jul 2017 11:02:36 +0200 Subject: [PATCH] Improve DocPlagiarizer.README.md readability (#1629) --- Octokit.Reactive/DocPlagiarizer.README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Octokit.Reactive/DocPlagiarizer.README.md b/Octokit.Reactive/DocPlagiarizer.README.md index b1195882..e98aff17 100644 --- a/Octokit.Reactive/DocPlagiarizer.README.md +++ b/Octokit.Reactive/DocPlagiarizer.README.md @@ -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. \ No newline at end of file +Build your project and let your editor reload any changed files.