mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Remove extra dollar sign from docs (#5361)
This commit is contained in:
parent
676be6632c
commit
a2ba5a31a5
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ For security reasons, Deno does not allow programs to access the network without
|
|||
explicit permission. To allow accessing the network, use a command-line flag:
|
||||
|
||||
```shell
|
||||
$ deno run --allow-net https://deno.land/std/examples/echo_server.ts
|
||||
deno run --allow-net https://deno.land/std/examples/echo_server.ts
|
||||
```
|
||||
|
||||
To test it, try sending data to it with netcat:
|
||||
|
|
Loading…
Add table
Reference in a new issue