Skip to content

Commit

Permalink
Fixed a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RhythmDeolus authored and jprendes committed Dec 22, 2023
1 parent 205e46a commit 124f85f
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 @@ -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";
Expand Down

0 comments on commit 124f85f

Please sign in to comment.