From dc6d9a07925a764fb8728699fde8e61c146f3957 Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Sat, 7 May 2022 08:49:21 -0500 Subject: [PATCH] turns out you need --allow-net to run this program --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8eb0d8..13873e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a book that I am writing about the Deno JavaScript runtime. The book is served using a dynamic site generator that is written in Deno. ``` -deno run --allow-read serve.js +deno run --allow-read --allow-net serve.js ``` You can read the book at http://denobook.com/ -- 2.34.2