From b30e677fc8f00e3b51887522602d28486acd3fdf Mon Sep 17 00:00:00 2001 From: Maksim Volkau Date: Thu, 13 Sep 2018 15:23:14 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d85876..453745f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ## CsToMd -Visual Studio extension to generate a Markdown .md documentation file from the C# .cs file stripping the special symbol comments +Visual Studio extension to generate a Markdown .md documentation file from the C# .cs file stripping the special symbol comments. This VSIX extension for Visual Studio 2017 contains a CustomTool File Generator, -which generates a markdown file from the .cs file by stripping the comments `/*md` and `md*/` +which generates a markdown file from the .cs file by stripping the comments `/*md` and `md*/`. **The tool helps to turn your C# file with markdown comments into documentation file with runnable examples and what not.**