Skip to content

Commit 5b85cd8

Browse files
committed
fix deno run script
1 parent 8102317 commit 5b85cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Check out the full LiveViewJS repository:
127127
`cd packages/deno`
128128

129129
Then run the following command:
130-
`deno run --allow-run --allow-read --allow-env src/example/autorun.ts`
130+
`deno run --allow-run --allow-read --allow-write --allow-net --allow-env src/example/autorun.ts`
131131

132132
## To Run on Deno Deploy
133133
Run the following:

0 commit comments

Comments
 (0)