Skip to content

Commit

Permalink
Update code block to reflect renaming of params
Browse files Browse the repository at this point in the history
  • Loading branch information
awaidmann committed Feb 2, 2016
1 parent f418660 commit c3c5d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ const SliderWithRange = mdl.RangeSlider.slider()
.withStyle(styles.slider)
.withMin(10)
.withMax(100)
.withSliderMin(30)
.withSliderMax(50)
.withMinValue(30)
.withMaxValue(50)
.build();
<SliderWithRange
Expand Down

0 comments on commit c3c5d17

Please sign in to comment.