Skip to content

Commit 69314d9

Browse files
authored
Update README.md
1 parent a561822 commit 69314d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# StringToExpression
22
StringToExpression allows you to create methods that take strings and outputs .NET expressions. It is highly configurable allowing you to define your own language with your own syntax.
33

4-
Two languages are provided out of hte box, an `ArithmeticLanguage` for performing algebra and an `ODataFilterLanguage` for parsing OData filter expressions.
4+
Two languages are provided out of the box, an `ArithmeticLanguage` for performing algebra and an `ODataFilterLanguage` for parsing OData filter expressions.
5+
6+
[![NuGet version](https://badge.fury.io/nu/StringToExpression.svg)](https://badge.fury.io/nu/StringToExpression)
57

68
## Arithmetic
79
A basic arithmetic language is provided. It can be used as is, or extended with customer function by extending `ArithmeticLanguage`

0 commit comments

Comments
 (0)