Fix error in deno starter README (#215)

This commit is contained in:
Nebula
2021-10-25 12:53:14 -04:00
committed by GitHub
parent 016fd15e69
commit 1c7bcb98f0

View File

@@ -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