From 4fc93de155cd61e459a803750e742b1efb373d84 Mon Sep 17 00:00:00 2001 From: Adrian Perte Date: Wed, 17 Apr 2019 16:49:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76af54f..b7d31ee 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pod 'CircleBar' # Usage 1. Create a new `UITabBarController` in your storyboard or nib. -2. Set the class of the `UITabBarController` to `SHCircleController` in your Storyboard or nib. +2. Set the class of the `UITabBarController` to `SHCircleBarController` in your Storyboard or nib. 3. Set the class of the `UITabBar` of `SHTabBarController` to `SHCircleBar` in your Storyboard or nib.