瀏覽代碼

Update 'README.md'

Kristofer Younger 6 年之前
父節點
當前提交
17440af307
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. 1
    3
      README.md

+ 1
- 3
README.md 查看文件

@@ -9,11 +9,9 @@ Find the `shell` or `terminal` or `term` (all names for the command interpreter)
9 9
 
10 10
 `terminal` or `shell` mean pretty much the same thing - `/Applications/Utilities/Terminal.app` and start it up.
11 11
 
12
-It looks like this -> 
13
-
14 12
 ![Terminal Icon](./termicon.png)
15 13
 
16
-Type `whoami` and `enter` or `return`. Congratulations, you just typed a command. You're Welcome.
14
+Type `whoami` and the `enter` or `return` key. Congratulations, you just typed a command. You're Welcome.
17 15
 
18 16
 now, type `git --version` and make note of what comes back, the version number of git.
19 17