From 1c7bcb98f0a9293928a64ad23ec7e649615cc1ef Mon Sep 17 00:00:00 2001 From: Nebula Date: Mon, 25 Oct 2021 12:53:14 -0400 Subject: [PATCH] Fix error in deno starter README (#215) --- examples/deno/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deno/README.md b/examples/deno/README.md index ca7c686..77c7641 100644 --- a/examples/deno/README.md +++ b/examples/deno/README.md @@ -19,7 +19,7 @@ This example is a small [Deno](https://deno.land/) webserver. ## 💁‍♀️ How to use - [Install Deno](https://deno.land/) -- Run server `deno --allow-net --allow-env src/index.ts` +- Run server `deno run --allow-net --allow-env src/index.ts` ## 📝 Notes