Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhuo112 committed May 31, 2016
1 parent f046228 commit 0c937ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ You must conform to `<VTMagicViewDataSource>`, `<VTMagicViewDelegate>` and `<VTM

#### Obtain magicController

You can obtain the nearest magicController in any child view controller which is conforms to `<VTMagicProtocal>`, after you import file `VTMagic.h`.
You can obtain the nearest magicController in any child view controller which is conforms to `<VTMagicProtocol>`, after you import file `VTMagic.h`.
```objective-c
NSInteger currentPage = [self.magicController currentPage];
UIViewController *viewController = self.magicController.currentViewController;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion VTMagic/VTMagicProtocol.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// VTMagicProtocal.h
// VTMagicProtocol.h
// VTMagic
//
// Created by tianzhuo on 15/7/11.
Expand Down

0 comments on commit 0c937ac

Please sign in to comment.