aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Bohon2013-04-15 23:16:53 -0300
committerCory Bohon2013-04-15 23:16:53 -0300
commit7321b16163042c7fb4b73b21204a7cf6b1fa55fa (patch)
tree464a4e58dde70eb25641b88f9aca0fb89c9da5fd
parent9890a61538479a1a46c41aad6de985eb43a7e6a8 (diff)
downloadMASShortcut-7321b16163042c7fb4b73b21204a7cf6b1fa55fa.tar.bz2
Update README.md
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d34b4a5..e6cd2fd 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,6 @@ This is just as easy to implement:
NSLog(@"KVO changed");
}
-
//don't forget to remove the observer
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
[defaults removeObserver:self forKeyPath:kPreferenceGlobalShortcut];