Skip to content

Commit

Permalink
Merge pull request mutualmobile#191 from ScottBouloutian/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kcharwood committed Jan 28, 2014
2 parents c804ffb + 5aae033 commit c6d31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pod 'MMDrawerController', '~> 0.4.0'

---
##Creating a Drawer Controller
Creating a `MMDrawerController` is as easy as creating a center view controller and the drawer view controllers, and init'int the drawer.
Creating a `MMDrawerController` is as easy as creating a center view controller and the drawer view controllers, and init'ing the drawer.

```Objective-C
UIViewController * leftDrawer = [[UIViewController alloc] init];
Expand Down

0 comments on commit c6d31d9

Please sign in to comment.