Skip to content

Commit da1894f

Browse files
committed
Fixed typos
1 parent 93e064b commit da1894f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

finder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Add to Finder context menu (under Services) a new menu item to allow files and f
2323

2424
## How to Install
2525
- On Lion or above double click on "Compare with VisualDiffer.workflow" file
26-
- On Snow Leopard you must copy manually the file "Compare with VisualDiffer.workflow" inside the directort /Users/your account
27-
name/Library/Services. If the directory 'Services' doesn't exist you must create it
26+
- On Snow Leopard you must copy manually the file `Compare with VisualDiffer.workflow` inside the directory `/Users/your account
27+
name/Library/Services`. If the directory `Services` doesn't exist you must create it
2828

2929
More details about installation are available <a href="https://github.com/visualdiffer/scripts/blob/master/installServices.md">here</a>
3030

unixshell.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ If you need to wait the user closes the diff document window (not necessary to q
2424

2525
For example
2626

27-
visdiff ~/original.txt ~/modified.txt --wait
27+
{% highlight bash %}
28+
$ visdiff ~/original.txt ~/modified.txt --wait
29+
{% endhighlight %}
30+
2831

2932
Creating a symbolic link
3033
------------------------
@@ -33,7 +36,9 @@ VisualDiffer.app doesn't install the terminal application but manually it is pos
3336

3437
It requires root access, from a terminal prompt type the command shown below
3538

36-
sudo ln -s /Applications/VisualDiffer.app/Contents/Resources/visdiff /usr/bin/visdiff
39+
{% highlight bash %}
40+
$ sudo ln -s /Applications/VisualDiffer.app/Contents/Resources/visdiff /usr/bin/visdiff
41+
{% endhighlight %}
3742

3843
<span style="color:red; font-weight:bold">Note:</span> **VisualDiffer can't install command line tool from its User Interface to comply with Apple's submission guidelines**
3944

0 commit comments

Comments
 (0)