diff options
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index edb0152ad..dc298709b 100644 --- a/website/index.html +++ b/website/index.html @@ -115,7 +115,7 @@ href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/insta <p>Or a more complex one:</p> - <pre><code class="typescript language-typescript">import { serve } from "<a href="https://deno.land/std@v0.12/http/server.ts">https://deno.land/std@v0.12/http/server.ts</a>"; + <pre><code class="typescript language-typescript">import { serve } from "<a href="https://deno.land/std@v0.19.0/http/server.ts">https://deno.land/std@v0.19.0/http/server.ts</a>"; const body = new TextEncoder().encode("Hello World\n"); const s = serve(":8000"); window.onload = async () => { |