Skip to content

Commit 9af047e

Browse files
committed
added some highlighting
1 parent fde157a commit 9af047e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

creating/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h2>
3636
let's say we have a directory with a few files in it, like this:
3737

3838
<pre>
39-
$ cd konichiwa
40-
$ ls
39+
<b>$ cd konichiwa</b>
40+
<b>$ ls</b>
4141
README hello.rb
4242
</pre>
4343

@@ -47,7 +47,7 @@ <h2>
4747
run <code>git init</code>.
4848

4949
<pre>
50-
$ git init
50+
<b>$ git init</b>
5151
Initialized empty Git repository in /opt/konichiwa/.git/
5252
</pre>
5353

@@ -56,7 +56,7 @@ <h2>
5656
project snapshots are stored.
5757

5858
<pre>
59-
$ ls -a
59+
<b>$ ls -a</b>
6060
. .. .git README hello.rb
6161
</pre>
6262

0 commit comments

Comments
 (0)