From 124f85fb33eff248abbee36531858d49ca0b8902 Mon Sep 17 00:00:00 2001 From: Rhythm Deolus <122043902+RhythmDeolus@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:20:32 +0530 Subject: [PATCH] Fixed a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 434bde81..2172ad10 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ This works particularly well in conjunction with a `brotli` build in WebAssembly ## `fsroot.js` This is an Emscripten library that lets you change the type of the root filesystem of an emscripten module. By default emscripten uses a `MEMFS` for the root, and mounts other type of filesystems in it (with the exception of `NODERAWFS`, which completely overrides the FS). -With fsroot.fs you can specify the root to be a different type of FS. For example +With fsroot.js you can specify the root to be a different type of FS. For example ```js import Module from "./module.mjs";