Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Feb 21, 2024
1 parent 3ce17d6 commit 68e7231
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 @@ -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
Expand Down

0 comments on commit 68e7231

Please sign in to comment.