Skip to content

Commit 3cc73c9

Browse files
Update README.md
1 parent 9ee44c3 commit 3cc73c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ 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

70-
### Full customization of processView
70+
# Full customization of processView
7171
```Swift
7272
//totalSteps: adding 8 process items, this number can be increased or decreased ;)
7373
let totalSteps = 8

0 commit comments

Comments
 (0)