summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c13040aef..ece7a2386 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ deno run https://deno.land/std/examples/welcome.ts
Or a more complex one:
-```sh
+```ts
import { serve } from "https://deno.land/std@$STD_VERSION/http/server.ts";
const s = serve({ port: 8000 });
console.log("http://localhost:8000/");