소스 검색

Update README.md to fix comment of LimitMemory (#1854)

Catcher Wong 1 년 전
부모
커밋
147cb14319
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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.