Skip to content

Commit 141d891

Browse files
author
jordanmccullough
committed
Prefix shell blocks with "$"
1 parent 8285180 commit 141d891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ $ git diff [file-path]
302302

303303
{% capture slide %}
304304
```shell
305-
git log
305+
$ git log
306306
```
307307
{% endcapture %}{% include slide-section %}
308308

309309
{% capture slide %}
310310
```shell
311-
git log --oneline
311+
$ git log --oneline
312312
```
313313
{% endcapture %}{% include slide-section %}
314314

0 commit comments

Comments
 (0)