From 8ab2823798a021c81b4c5cb9709834b9d839cb5f Mon Sep 17 00:00:00 2001 From: Catcher Wong Date: Thu, 9 May 2024 03:25:40 +0000 Subject: [PATCH] Update README.md Fix comment of LimitMemory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc4d040dc..8cea4965b1 100644 --- a/README.md +++ b/README.md @@ -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.