Skip to content

Commit 44dea73

Browse files
authored
Update README.md
1 parent 6db996f commit 44dea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The loadMediaSliderView() method takes the following arguemnts-
129129
| title | String | | Title of the slider gallery view. |
130130
| titleBackgroundColor | String | Eg.-"#ffffff" | Backgroundcolor of the title bar for the gallery. It only accepts hexadecimal color strings. |
131131
| titleTextColor | String | Eg.-"#000000" | Text color of the gallery title. It only accepts hexadecimal color strings. |
132-
| startPosition | int | Eg.- 0 | Start position for your gallery. If you want to launch gallery from starting, pass 0 in the method. |
132+
| startPosition | int | Eg.- 0 | Starting index for your gallery's list. If you want to launch gallery from starting, pass 0 in the method. |
133133

134134

135135
Usage-

0 commit comments

Comments
 (0)