Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
objectiveSee committed Jan 27, 2013
1 parent d3547fc commit 0bbd0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ You can add this code in to your App in 2 steps:
```objective-c
- (void)addKonami
{
konami = [[DRKonamiGestureRecognizer alloc] initWithTarget:self action:@selector(konami:)];
konami = [[DRKonamiGestureRecognizer alloc] initWithTarget:self action:@selector(_konamiHappened:)];
[self.view addGestureRecognizer:konami];
}

Expand Down

0 comments on commit 0bbd0e5

Please sign in to comment.