From 38851e2061e6f41ba10e2a0a087446ab7f79dd4d Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Wed, 7 Dec 2016 12:18:44 -0600 Subject: [PATCH] added logo to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d60db4c..7998fbc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ [![Build Status](https://travis-ci.org/codeplea/tinyexpr.svg?branch=master)](https://travis-ci.org/codeplea/tinyexpr) -#TinyExpr + + +#TinyExpr TinyExpr is a very small recursive descent parser and evaluation engine for math expressions. It's handy when you want to add the ability to evaluation