From a38570744df89ab4932c769c58cc743153a05979 Mon Sep 17 00:00:00 2001 From: Simon Bromberg Date: Thu, 6 Apr 2017 15:14:12 -0400 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb1dc0..3383dd9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ unitFontSize | CGFloat | The font size of the unit text | [0,∞) unitString | NSString | The string that represents the units, usually % | fontColor | UIColor | The color of the value and unit text | decimalPlaces | NSInteger | Number of decimal places of the value | [0,∞) -progressRotationAngle | CGFloat | Progress bar rotation (Clockewise)| [0,100] +progressRotationAngle | CGFloat | Progress bar rotation (Clockwise)| [0,100] progressAngle | CGFloat | Set a partial angle for the progress bar | [0,100] progressLineWidth | CGFloat | The width of the progress bar (user space units) | [0,∞) progressColor | UIColor | The color of the progress bar |