Skip to content

Commit acb2b64

Browse files
author
srdjan
committed
update readmefile
1 parent a4964fb commit acb2b64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ const MultiStep = import from 'react-multistep'
2424
```
2525

2626
Component accepts following, optional Props:
27-
'showNavigation': controls if the navigation buttons should be visable:
27+
28+
- 'showNavigation': controls if the navigation buttons should be visable:
2829

2930
```sh
3031
prop=showNavigation
3132
type: boolean (default = true)
3233
```
3334

34-
'prevStyle' & 'nextStyle': control style of the navigation buttons
35+
- 'prevStyle' & 'nextStyle': control style of the navigation buttons
3536

3637

3738
Finlly, as required Prop, it takes an array of objects representing individual steps:

0 commit comments

Comments
 (0)