From b29bf34811d43d9cb28dc99496ef02abfb343b04 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 6 Aug 2021 18:14:43 -0500 Subject: [PATCH] change code block formatting --- docs/link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/link.md b/docs/link.md index 4675550e..7b21244c 100644 --- a/docs/link.md +++ b/docs/link.md @@ -3,7 +3,7 @@ Run code-server with the beta flag `--link` and you'll get TLS, authentication, and a dedicated URL for accessing your IDE out of the box. -```shell-session +```console $ code-server --link Proxying code-server, you can access your IDE at https://example.cdr.co ```