diff --git a/examples/slider/README.md b/examples/slider/README.md index 0d409dc6..829d8285 100644 --- a/examples/slider/README.md +++ b/examples/slider/README.md @@ -1,7 +1,7 @@ ## Slider -A bar and a handle that selects a single value from a range of values. -Can be oriented both vertical and horizontal. +A `Slider` is a bar and a handle that selects a single value from a range of values. +There exists both `Slider` and `VerticalSlider` depending on which orientation you need.