Skip to content

Commit b115b05

Browse files
committed
Update README.md
1 parent 30f7e9a commit b115b05

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ DRKonamiCode
77

88
![](http://grab.by/fbga)
99

10-
### 2 Steps to Add ###
10+
### Add it to your project in 2 Steps! ###
1111

12-
You can add this code in to your App in 2 steps:
12+
You can add this code in to your App in just two short steps:
1313

1414
1. Drag DRKonamiGestureRecognizer.h and DRKonamiGestureRecognizer.m into your project
1515
2. Add the gesture recognizer to one of your app's UIViews using the following code.
1616

17+
TIP 1: Practice actually doing the konami gesture with the sample app. Some people have a hard time figuring out who to actually get it going.
18+
TIP 2: DRKonamiGestureRecognizer.m has NSLog() statements disabled by default. You can enable them at the top of the file.
19+
1720
```objective-c
1821
- (void)addKonami
1922
{

0 commit comments

Comments
 (0)