From 0e89ca7b70c7f3dbcaadd330fce277e0434fdc4c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 21 May 2019 00:31:57 -0400 Subject: website: update http example (#2367) --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/index.html') diff --git a/website/index.html b/website/index.html index 4af6d67a4..9f5db345d 100644 --- a/website/index.html +++ b/website/index.html @@ -108,7 +108,7 @@ href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://

Or a more complex one:

-
import { serve } from "https://deno.land/std@v0.3.2/http/server.ts";
+      
import { serve } from "https://deno.land/std@v0.5/http/server.ts";
 
 async function main() {
   const body = new TextEncoder().encode("Hello World\n");
-- 
cgit v1.2.3