From 8df88b3d75fcd0ecc67952b02204ae71cadbdae3 Mon Sep 17 00:00:00 2001 From: Christian Haas Date: Thu, 16 May 2019 22:10:05 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bafa0..b9dad3e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ I need a markdown parser for Go that meets following conditions: - Github Flavored Markdown is widely used and it is based on CommonMark aside from whether CommonMark is good specification or not. - CommonMark is too complicated and hard to implement. - Well structured. - - AST based, and preserves source potision of nodes. + - AST based, and preserves source position of nodes. - Written in pure Go. [golang-commonmark](https://gitlab.com/golang-commonmark/markdown) may be a good choice, but it seems copy of the [markdown-it](https://github.com/markdown-it) .