From 988fcee20835f2df48bc4d29d351a797eba34a30 Mon Sep 17 00:00:00 2001 From: Vadim Shpakovski Date: Tue, 13 Jan 2015 20:45:29 +0300 Subject: Fix README. --- README.md | 7 +++++-- 1 file 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 - #import + +```objective-c +#import +#import +``` # Non-ARC Version -- cgit v1.2.3