Skip to content

Commit 70bdb4d

Browse files
author
David Millar
committed
One more revision to readme.
1 parent 33a0785 commit 70bdb4d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installation
2525

2626
### Package Control (Easiest)
2727

28-
1. Using Package Control, install "FileDiffs"
28+
1. Using Package Control, install `FileDiffs`
2929

3030
### Sublime Text 3
3131

@@ -36,11 +36,13 @@ Installation
3636

3737
2. Clone this repo
3838

39-
```# Over SSH
39+
```
40+
# Over SSH
4041
git clone [email protected]:colinta/SublimeFileDiffs
4142
4243
# Over HTTPS
43-
git clone https://github.com/colinta/SublimeFileDiffs.git```
44+
git clone https://github.com/colinta/SublimeFileDiffs.git
45+
```
4446
4547
3. Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)
4648
@@ -49,11 +51,13 @@ Installation
4951
1. Open the Sublime Text 2 Packages folder
5052
2. Clone this repo, but use the `st2` branch
5153
52-
```# Over SSH
54+
```
55+
# Over SSH
5356
git clone -b st2 [email protected]:colinta/SublimeFileDiffs
5457
5558
# Over HTTPS
56-
git clone -b st2 https://github.com/colinta/SublimeFileDiffs.git```
59+
git clone -b st2 https://github.com/colinta/SublimeFileDiffs.git
60+
```
5761
5862
Add External Diff Tool *(optional)*
5963
--------

0 commit comments

Comments
 (0)