aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Shpakovski2012-07-06 13:50:30 +0300
committerVadim Shpakovski2012-07-06 13:50:30 +0300
commit27a5c52eda2624ad89a6f9f66925cffa345160be (patch)
treeb6315def756a72086b785eb6a11a34ff03887aef
parent6e0d714bea4940a63ca6dae7043d6b558f20760c (diff)
downloadMASShortcut-27a5c52eda2624ad89a6f9f66925cffa345160be.tar.bz2
Improves README.
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2b8ed6e..eca5cb0 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
# MASShortcut
-This set of classes is a modern interface for recording and storing global keyboard shortcuts.
-
Prior to Xcode 4 we used the framework [ShortcutRecorder](http://wafflesoftware.net/shortcut/). However, it is incompatible with a new plugin architecture.
-This repository has ARC-enabled Objective-C code compatible with OS X 10.8 and its sandboxed environment. Enjoy!
+This set of classes is a modern interface for recording and storing global keyboard shortcuts. The repository has ARC-enabled Objective-C code compatible with OS X 10.8 and its sandboxed environment. Enjoy!
# How to use