Remove uneeded section from slider readme.

This commit is contained in:
Jonathan Garbee 2015-10-18 16:23:28 -04:00
parent 5c3f6f3a72
commit a945c027ee

View File

@ -57,9 +57,6 @@ to modify the value programmatically; instead, use the MDL `change()` method. Fo
that *slider1* is a slider object and *newvalue* is a variable containing the desired value, do not
use `slider1.value = newvalue`; instead, use `slider1.MaterialSlider.change(newvalue)`.
## More information
For working examples of the **slider** component, see the MDL [slider demo page](www.github.com/google/material-design-lite/src/slider/demo.html).
## License
Copyright Google, 2015. Licensed under an Apache-2 license.