From d963ec38e8b798404233797c9868c7b8aaf05855 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 05:03:09 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe4c7e..d95b29d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Parcoa: Objective-C Parser Combinators +# Parcoa: Objective-C Parser Combinators **Parcoa** is a collection of parsers and parser combinators for Objective-C inspired by Haskell's [Parsec](http://www.haskell.org/haskellwiki/Parsec) package and Python's [Parcon](http://www.opengroove.org/parcon/parcon-tutorial.html) library. It is released under a MIT license. - [API Documentation](http://brotchie.github.com/Parcoa/docs/).