Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rc1 committed Jun 2, 2011
1 parent 54d77d1 commit b0a0ffe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RCRouter

*Alpha Release (in response this [stackoverflow question](http://stackoverflow.com/questions/6189936/is-there-a-sinatra-style-routing-library-class-for-objective-c))*
*Alpha Release*
*(in response this [stackoverflow question](http://stackoverflow.com/questions/6189936/is-there-a-sinatra-style-routing-library-class-for-objective-c))*

Sinatra Style Routing in Objective-C. A String based routing system not tied to (UIKit or other) Navigation Controller.
Currently only compatible with iOS4+.
Expand Down Expand Up @@ -45,7 +46,7 @@ Please fork and improve and send any comment/improvements.

## Delegate

Add delegate to the Router can also be added by using the following:
A delegate to the Router can be added by using the following:

[RCRouter addDelegate:self];

Expand Down

0 comments on commit b0a0ffe

Please sign in to comment.