diff --git a/QuickLookStephenProject/Info.plist b/QuickLookStephenProject/Info.plist
index d365245..d88d28a 100644
--- a/QuickLookStephenProject/Info.plist
+++ b/QuickLookStephenProject/Info.plist
@@ -32,9 +32,9 @@
CFBundleName
QLStephen
CFBundleShortVersionString
- 1.3
+ 1.4
CFBundleVersion
- 1.3.1
+ 1.4.0
CFPlugInDynamicRegisterFunction
CFPlugInDynamicRegistration
diff --git a/README.md b/README.md
index 5afbdc6..da133ce 100644
--- a/README.md
+++ b/README.md
@@ -18,26 +18,26 @@ You can also customise the plugin to determine which files it previews. See [*Cu
* [Download the latest version of QuickLookStephen](
https://github.com/downloads/whomwah/qlstephen/QLStephen.qlgenerator.zip)
-* Unzip
-* Copy the file into `/Library/QuickLook` or `~/Library/QuickLook`
+* Unzip
+* Copy the file into `/Library/QuickLook` or `~/Library/QuickLook`
(You can create the `QuickLook` folder if it doesn’t exist)
### Manually Compiled
-Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
+Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
file into the relevant `QuickLook` folder (as above).
## Customizing white/black lists - Step by Step
-Want to change the current behaviour? Just follow the instructions below.
+Want to change the current behaviour? Just follow the instructions below.
-**Note:**
-Plists used here are not same as user defaults, so you won’t find
-them in `~/Library/Preferences`. Instead, you need to edit the plist
-files inside the bundle—in this case, the plugin file:
+**Note:**
+Plists used here are not same as user defaults, so you won’t find
+them in `~/Library/Preferences`. Instead, you need to edit the plist
+files inside the bundle—in this case, the plugin file:
`QLStepehen.qlgenerator`.
@@ -63,8 +63,8 @@ Plist files:
If you’ve installed the plugin, but don’t see any changes:
-- Make sure you are editing (a) the correct plist of (b) the correct bundle.
- (For example, you might have two `QLStephen` plugins. It’s possible the plugin in
+- Make sure you are editing (a) the correct plist of (b) the correct bundle.
+ (For example, you might have two `QLStephen` plugins. It’s possible the plugin in
another directory—perhaps `/Library/QuickLook/`—is what is being read.)
- Run `qlmanage -r` in the Terminal. (This will restart QuickLook, which reloads all plugins.)
@@ -83,7 +83,8 @@ Special thanks to the following people for submitting patches:
* [Guillermo Ignacio Enriquez Gutierrez](https://github.com/nacho4d)
* [Rob Lourens](https://github.com/roblourens)
* [Avi Flax](https://github.com/aviflax)
-* [Tony] (https://github.com/Zearin)
+* [Tony](https://github.com/Zearin)
+* [Nicholas Hutchinson](https://github.com/nickhutchinson)
## Contributing