Skip to content

Commit b0538d1

Browse files
Update README.md
1 parent 88f6b69 commit b0538d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ _Extension Methods_
6262
```csharp
6363
// using Z.Expressions; // Don't forget to include this.
6464
string s = "X + Y";
65-
int result = s.Eval<int>(new { X = 1, Y = 2 });
65+
int result = s.Execute<int>(new { X = 1, Y = 2 });
6666
```
6767
**[Learn more](https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Execute)**
6868

0 commit comments

Comments
 (0)