From a2ba5a31a5ec8e011bb78baf531e29de4428b32e Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Thu, 14 May 2020 17:34:13 +0200 Subject: Remove extra dollar sign from docs (#5361) --- docs/getting_started/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started') diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index 9c51cf8d9..20635a9b2 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -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: -- cgit v1.2.3