Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 3, 2024
1 parent 2c31887 commit 5905735
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 @@ -32,7 +32,7 @@ const res = await fetch('http://example.com/image.iso');

await configure({
mounts: {
'/mnt/iso': { backend: Iso, data: await res.arrayBuffer() },
'/mnt/iso': { backend: Iso, data: new Uint8Array(await res.arrayBuffer()) },
},
});

Expand Down

0 comments on commit 5905735

Please sign in to comment.