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