Skip to content

Commit

Permalink
Update README.md to fix comment of LimitMemory (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong authored May 9, 2024
1 parent dadeb15 commit 147cb14
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 @@ -299,7 +299,7 @@ You can configure them via the options:
```c#
var engine = new Engine(options => {

// Limit memory allocations to MB
// Limit memory allocations to 4 MB
options.LimitMemory(4_000_000);

// Set a timeout to 4 seconds.
Expand Down

0 comments on commit 147cb14

Please sign in to comment.