From 626417ecfbb91d68a45134709d116bab1429ed79 Mon Sep 17 00:00:00 2001 From: Mike Hadlow Date: Tue, 26 Aug 2014 09:14:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f1596..b27b7f0 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Sprache is a simple, lightweight library for constructing parsers directly in C# code. +Sprache is a simple, lightweight library for constructing parsers directly in C# code. Writen by [Nicholas Blumhardt](http://nblumhardt.com/) It doesn't compete with "industrial strength" language workbenches - it fits somewhere in between regular expressions and a full-featured toolset like [ANTLR](http://antlr.org).