diff --git a/demo/index.html b/demo/index.html
index e1c9ca5..7886ea4 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -21,7 +21,7 @@
// an ArrayBuffer
const hi = new TextEncoder().encode("hello world!")
// an HTTP Response
- const code = fetch("https://raw.githubusercontent.com/Touffy/client-zip/master/src/index.ts")
+ const code = await fetch("https://raw.githubusercontent.com/Touffy/client-zip/master/src/index.ts")
// just a string
const bye = "goodbye."
@@ -41,4 +41,4 @@