From 673f0d39394b36da7ad335ec635a46c7bceebebd Mon Sep 17 00:00:00 2001 From: Christoph Halang Date: Thu, 14 Jul 2016 13:13:37 +0200 Subject: [PATCH] Fixed a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92cd2f6..f453454 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The easiest way to install it is by copying the following to your project: * SWRevealViewController.m On your project: -* Initialize an instance of a SWRevealViewController passing in a "rear" and a "front" view controllers. +* Initialize an instance of a SWRevealViewController passing in a "rear" and a "front" view controller. * Optionaly add a "right" view controller or pass nil as the "rear" view controller. * Use the SWRevealViewController instance in your code as you would use any view controller. * Deploy as the application window rootViewController, or as a child of other containment controllers.