Merge pull request #3922 from cdr/fix-code-block

change code block formatting
This commit is contained in:
Katie Horne 2021-08-06 18:33:48 -05:00 committed by GitHub
commit fb1176664f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```