aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Shpakovski2015-01-13 20:45:29 +0300
committerVadim Shpakovski2015-01-13 20:45:29 +0300
commit988fcee20835f2df48bc4d29d351a797eba34a30 (patch)
tree9d90d39f5b2eb988f961db0719e33ee7da83da7c
parentca561ca70cc45180f25beae054265c08af1c1dd6 (diff)
downloadMASShortcut-988fcee20835f2df48bc4d29d351a797eba34a30.tar.bz2
Fix README.
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17815c5..f4978ff 100644
--- a/README.md
+++ b/README.md
@@ -100,8 +100,11 @@ _observableKeyPath = [@"values." stringByAppendingString:kPreferenceGlobalShortc
1. Install as a Pod using the latest CocoaPods with Swift support.
2. Create a bridging header file [using the instructions here](http://swiftalicio.us/2014/11/using-cocoapods-from-swift/)
3. Your bridging header file should contain the following [two](https://github.com/shpakovski/MASShortcut/issues/36) imports:
- #import <Cocoa/Cocoa.h>
- #import <MASShortcut/Shortcut.h>
+
+```objective-c
+#import <Cocoa/Cocoa.h>
+#import <MASShortcut/Shortcut.h>
+```
# Non-ARC Version