We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab6b45 commit 01fb08cCopy full SHA for 01fb08c
README.md
@@ -28,7 +28,7 @@ The control is implemented in UMD format, so should also work for AMD/RequireJS,
28
Here's an example of how you might call it in your ReactJS's render method:
29
30
```JavaScript
31
-<ReactBootstrapSlider
+<ReactBootstrapSlider
32
value={this.state.currentValue}
33
handleChange={this.changeValue}
34
step={this.state.step}
0 commit comments