Skip to content

Commit 9ee44c3

Browse files
Update README.md
1 parent 61d5617 commit 9ee44c3

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
@@ -6,8 +6,8 @@
66

77
##
88

9-
`ProcessLoadingView` is a `CABasicAnimation` based loading animation inspired from, where the user can nearly customize everything in it:
10-
https://dribbble.com/shots/1118077-Proces-animation
9+
`ProcessLoadingView` is a `CABasicAnimation` based loading animation, where the user can nearly customize everything in it:
10+
inspired from: https://dribbble.com/shots/1118077-Proces-animation
1111

1212
## Features
1313

@@ -63,7 +63,7 @@ options.stepComplete = step
6363
options.bgColor = bgColor
6464
viewProcess.options = options
6565
```
66-
# note
66+
## note
6767
* set the number of process steps through options's `setNumberOfItems` method.
6868
* `options.images` should be assigned an array it's count equals to the total number of steps.
6969

0 commit comments

Comments
 (0)