0
0
Fork 0
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:
Kerollos Magdy 2020-05-14 17:34:13 +02:00 committed by GitHub
parent 676be6632c
commit a2ba5a31a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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