Skip to content

Commit

Permalink
Merge pull request #772 from sys27/sys27-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sys27 authored Apr 2, 2024
2 parents 1f6a505 + 3a2dd23 commit e5ea106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var exp = processor.Parse("2 + x");
// we should provide a value for variable 'x'
var parameters = new ExpressionParameters
{
new Parameter("x", 10)
{ "x", 10 }
};
var result = exp.Execute(parameters);

Expand Down

0 comments on commit e5ea106

Please sign in to comment.