diff --git a/README.md b/README.md index c6c198a..28c526f 100755 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ There is a good cheat sheet available [here](http://easings.net/). ##### AlProgressRing ```swift -progressBar.startAngle = -.pi / 2 // The start angle of the ring to begin drawing. +progressRing.startAngle = -.pi / 2 // The start angle of the ring to begin drawing. progressRing.endAngle = 1.5 * .pi // The end angle of the ring to end drawing. progressRing.startGradientPoint = .init(x: 0.5, y: 0) // The starting poin of the gradient progressRing.endGradientPoint = .init(x: 0.5, y: 1) // The ending position of the gradient.