Skip to content

Commit 50b3120

Browse files
Update README.md
1 parent d23f8e1 commit 50b3120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ viewProcessOutlet.options = options
5151
```
5252

5353
If you want a custom places on the circle shape:
54-
5554
do not use this method :
55+
```Swift
5656
options.setNumberOfItems(number: totalSteps)
57-
57+
```
5858
and use:
5959

6060
```Swift
6161
let curvesStartRadians = [(3 * CGFloat.pi)/2, (23 * CGFloat.pi) / 12, (CGFloat.pi / 3), ((2 * CGFloat.pi) / 3), (13 * CGFloat.pi) / 12]
62-
let curvesEndRadians = [(23 * CGFloat.pi) / 12, (CGFloat.pi) / 3, (2 * CGFloat.pi) / 3, (13 * CGFloat.pi) / 12, (3 * CGFloat.pi)/2]
62+
let curvesEndRadians = [(23 * CGFloat.pi) / 12, (CGFloat.pi) / 3, (2 * CGFloat.pi) / 3, (13 * CGFloat.pi) / 12, (3 * CGFloat.pi)/2]
6363

6464
options.curvesStartRadians = curvesStartRadians
6565
options.curvesEndRadians = curvesEndRadians

0 commit comments

Comments
 (0)