Update README.md

This commit is contained in:
丁文超 2017-08-31 09:15:33 +08:00
parent 72edd3fd9e
commit fc48cda535
1 changed files with 1 additions and 1 deletions

View File

@ -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