Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre authored Sep 3, 2023
1 parent 62395d7 commit 23fa10e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 23fa10e

Please sign in to comment.