Skip to content

Commit 893a7ca

Browse files
committed
screenshot width in html
1 parent 7ad6022 commit 893a7ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/template-from-scratch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,11 @@ use the Coder CLI.
347347

348348
1. In your web browser, enter your credentials:
349349

350-
![Logging in to your Coder deployment](../images/templates/coder-login-web.png)
350+
<img src="../images/templates/coder-login-web.png" alt="Logging in to your Coder deployment" width="397" />
351351

352352
1. Copy the session token to the clipboard:
353353

354-
![Logging in to your Coder deployment](../images/templates/coder-session-token.png)
354+
<img src="../images/templates/coder-session-token.png" alt="Logging in to your Coder deployment" width="454" />
355355

356356
1. Paste it into the CLI:
357357

@@ -402,7 +402,7 @@ through the CLI, or through the Coder dashboard:
402402
- On Mac or Windows, highlight the files and then right click. A "compress"
403403
option is available through the right-click context menu.
404404

405-
- To zip hrough the command line:
405+
- To zip the files through the command line:
406406

407407
```shell
408408
zip templates.zip Dockerfile main.tf

0 commit comments

Comments
 (0)