]> git.mdlowis.com Git - archive/parse-utils.git/commitdiff
Updated readme
authorMike D. Lowis <mike@mdlowis.com>
Thu, 1 Mar 2012 14:16:09 +0000 (09:16 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 1 Mar 2012 14:16:09 +0000 (09:16 -0500)
README.md

index 73aff42e62f645c4f18f94d3bd0e05332822f8f3..3bfbbc06ffa1a1676c94e4d0fc94541edc1760f6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 Project Template
 ==============================================
-Version:      0.1<br>
-Created By:   Michael D. Lowis<br>
-Email:        <mike@mdlowis.com><br>
+    Version:      0.1
+    Created By:   Michael D. Lowis
+    Email:        mike@mdlowis.com
 
 About This Project
 ----------------------------------------------
-This is project implements a library of useful classes for developing recursive
-descent parsers in c++. The library provides a generic abstract syntax tree
+This project implements a library of useful classes for developing recursive
+descent parsers in c/c++. The library provides a generic abstract syntax tree
 class, lexer and parser base classes, as well as a tree visistor class with a
 useful implementation for pretty printing an arbitrary syntax tree. Users of
 this library can link against it statically or dynamically.