From 68e72313c0e8e9d56839c98831eb441c71b3244b Mon Sep 17 00:00:00 2001 From: X Date: Thu, 22 Feb 2024 03:06:35 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e34302f..87b491f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ By default, md4w uses the `md4w-fast.wasm` binary from file system, uses the `md ```js import { init } from "md4w"; -init("fast"); // or "small" +await init("fast"); // or "small" ``` ## Parse Flags