From 68367a06cfa904f758715e9b666e31e025280691 Mon Sep 17 00:00:00 2001 From: Cem Olcay Date: Mon, 29 Feb 2016 12:31:32 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc0bfa..d535911 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Usage #### Storyboard -* You need to subclass `TVOSSlideViewController` and set your view controller instantce's class to your subclass. +* You need to subclass `TVOSSlideViewController` and set your view controller instantce's class to your subclass in IB. * Customise `TVOSSlideViewController`s `@IBInspectable` properties in interface builder without touching code * call `setup(contentViewController:)` function in your subclass for setup content view. * You can inject whatever you want as content.