1 files changed, 1 insertions(+), 1 deletions(-)
M README.md
M README.md => README.md +1 -1
@@ 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/