Browse Source

Update 'README.md'

Kristofer Younger 6 years ago
parent
commit
aead98d9db
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

5
 Open a Terminal app.
5
 Open a Terminal app.
6
 Ooh, ooh, Do this ->
6
 Ooh, ooh, Do this ->
7
 
7
 
8
-    Find the `shell` or `terminal` or `term` (all names for the command interpreter.
8
+Find the `shell` or `terminal` or `term` (all names for the command interpreter).
9
 
9
 
10
-    `terminal` or `shell` mean pretty much the same thing - `/Applications/Utilities/Terminal.app` and start it up.
10
+`terminal` or `shell` mean pretty much the same thing - `/Applications/Utilities/Terminal.app` and start it up.
11
 
11
 
12
-    Type `whoami` and `enter` or `return`. Congratulations, you just typed a command. You're Welcome.
12
+Type `whoami` and `enter` or `return`. Congratulations, you just typed a command. You're Welcome.
13
 
13
 
14
 now, type `git --version` and make note of what comes back, the version number of git.
14
 now, type `git --version` and make note of what comes back, the version number of git.
15
 
15