diff --git a/README.md b/README.md index 6c60005f..110bf45a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,6 @@ The following code mounts a zip file to `/zip`, in-memory storage to `/tmp`, and import { configure, BFSRequire } from 'browserfs'; import Buffer from 'buffer'; -const res = ; const zipData = await (await fetch('mydata.zip')).arrayBuffer(); await configure({