change code block formatting

This commit is contained in:
Katie Horne 2021-08-06 18:14:43 -05:00
parent e4207355f5
commit b29bf34811
1 changed files with 1 additions and 1 deletions

View File

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