Skip to content

Commit 2bcbdac

Browse files
author
Sébastien Geiser
committed
Icon in readme
1 parent 1b07b3b commit 2bcbdac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExpressionEvaluator
1+
# ![alt text](https://github.com/codingseb/ExpressionEvaluator/blob/master/Icon.png?raw=true "Expression Evaluator Icon") ExpressionEvaluator
22

33
A Simple Math and Pseudo C# Expression Evaluator in One C# File.
44

@@ -34,7 +34,7 @@ It is largely based on and inspired by the following resources [this post on st
3434
* Manage [ExpandoObject](#expandoobject)
3535

3636
## And with [ScriptEvaluate](#scripts) method
37-
* Small C# like script evaluation (Multi expressions separated by ;)
37+
* Small C# like script evaluation (Multi expressions separated by ; )
3838
* Some conditional and loop blocks [keywords](#script-keywords) (if, while, for, foreach ...)
3939
* Multi-line (multi expression) Lambda expressions.
4040

0 commit comments

Comments
 (0)