diff --git a/creating/index.html b/creating/index.html index 3053ce8..eebacd3 100644 --- a/creating/index.html +++ b/creating/index.html @@ -36,8 +36,8 @@ layout: reference let's say we have a directory with a few files in it, like this:
-$ cd konichiwa
-$ ls
+$ cd konichiwa
+$ ls
 README   hello.rb
 
@@ -47,7 +47,7 @@ README hello.rb run git init.
-$ git init
+$ git init
 Initialized empty Git repository in /opt/konichiwa/.git/
 
@@ -56,7 +56,7 @@ Initialized empty Git repository in /opt/konichiwa/.git/ project snapshots are stored.
-$ ls -a
+$ ls -a
 .        ..       .git     README   hello.rb