Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vlow committed Sep 22, 2023
1 parent 32c8164 commit 6135bc2
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 @@ -214,7 +214,7 @@ However, all of those cases might be potential sources of error, so for some use

In that case, you can enable _Guarded Mode_ by calling `.EnableGuardedMode()` when building your `Evaluator` instance:

```c-sharp
```csharp
var evaluator = Evaluator.Create()
.EnableGuardedMode()
.Build();
Expand Down

0 comments on commit 6135bc2

Please sign in to comment.