aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Rahn2014-01-06 14:08:32 +0100
committerJonathan Rahn2014-01-06 14:08:32 +0100
commitce5760d61c27243d4d08c4f9693226f805975dad (patch)
tree206c20c0b2af64f4919652668ba3bad334511458 /README.md
parentf1228d6594f59b240fd41477f55289930d469cac (diff)
downloadMASShortcut-ce5760d61c27243d4d08c4f9693226f805975dad.tar.bz2
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7479031..bbdf2c2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The project MASShortcut introduces modern API and user interface for recording,
I hope, it is really easy:
```objective-c
-// Drop a custom view into XIB, set its class to MASShortcutView and its height to 19
+// Drop a custom view into XIB, set its class to MASShortcutView and its height to 19. If you select another appearance style look up the correct values in MASShortcutView.h
@property (nonatomic, weak) IBOutlet MASShortcutView *shortcutView;
// Think up a preference key to store a global shortcut between launches