Skip to content

Commit 01fb08c

Browse files
committed
Tag update to 1.0.4
1 parent 1ab6b45 commit 01fb08c

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
@@ -28,7 +28,7 @@ The control is implemented in UMD format, so should also work for AMD/RequireJS,
2828
Here's an example of how you might call it in your ReactJS's render method:
2929

3030
```JavaScript
31-
<ReactBootstrapSlider
31+
<ReactBootstrapSlider
3232
value={this.state.currentValue}
3333
handleChange={this.changeValue}
3434
step={this.state.step}

0 commit comments

Comments
 (0)