Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Jun 17, 2011
1 parent 2e76c07 commit 55cc59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ To use in your own app, copy the following 3 files from the iCade folder:

* `iCadeReaderView.h`, `iCadeReaderView.m` and `iCadeState.h`

Add the `iCadeReaderView.h` to your main game view, and call `[iCadeReaderView becomeFirstResponder]`
Add an instance of `iCadeReaderView` to your main game view, and call `[iCadeReaderView becomeFirstResponder]`
to ensure it receives the events from the iCade. You can either read the `iCadeReaderView.iCadeState`
property to determine the current state, or implement the `iCadeEventDelegate` protocol on your target
to receive appropriate notifications.
Expand Down

0 comments on commit 55cc59f

Please sign in to comment.