From dc8da3d14f50fc5ac42db87f6f28aefe9d910c14 Mon Sep 17 00:00:00 2001 From: "Dr. Vortex" Date: Sun, 15 Oct 2023 10:50:26 -0500 Subject: [PATCH] Fixed type --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b5d99fb..8d34cdd 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ npm install @browserfs/fs-dom ## Usage -> 🛈 The examples are written in ESM. If you are using CJS, you can `require` the package. If running in a borwser you can add a script tag to your HTML pointing to the `browser.min.js` and use BrowserFS DOM via the global `BrowserFS_DOM` object. +> 🛈 The examples are written in ESM. If you are using CJS, you can `require` the package. If running in a browser you can add a script tag to your HTML pointing to the `browser.min.js` and use BrowserFS DOM via the global `BrowserFS_DOM` object. You can use DOM backends, though you must register them if you plan on using `configure`: