From fc48cda535f536390981def53b2c818079342d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=96=87=E8=B6=85?= Date: Thu, 31 Aug 2017 09:15:33 +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 a2f3ffa..3691f34 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ Sets the path for page indicators to use for the specified state. (selected/norm ```swift pageControl.setPath(UIBezierPath(rect: CGRect(x: 0, y: 0, width: 8, height: 8)), for: .normal) -pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8)), for: .normal) +pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8)), for: .selected) ``` ## Installation