From 8de7aa915657e302e9f5f72df0ebde174b836981 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 8 Jul 2016 22:55:12 -0700 Subject: [PATCH] Updating README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a2975e..1c38d8b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ convert what you've just written in [Markdown](https://daringfireball.net/projec over and over for my [ArgWrap](https://foosoft.net/projects/vim-argwrap/) extension, I decided to formally solve this problem for myself and others, creating the Md2Vim converter tool. -Md2Vim is implemented in Golang as a custom renderer for the [blackfriday](https://github.com/russross/blackfriday) -Markdown processor. Maintainability, ease of use, and beautiful vimdoc output were primary considerations in its design. +Md2Vim is implemented in Go as a custom renderer for the [blackfriday](https://github.com/russross/blackfriday) Markdown +processor. Maintainability, ease of use, and beautiful vimdoc output were primary considerations in its design. ## Installation ##