summaryrefslogtreecommitdiffstats
path: root/examples/slider
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2022-12-13 10:13:27 +0100
committerLibravatar Casper Storm <casper.storm@lich.io>2022-12-13 10:13:27 +0100
commit55f36bc865652009f1c13e3da6f62d55964a10c2 (patch)
tree188dfe80ae0a1bb4493035c193963ab39681db05 /examples/slider
parentbb4161c1aec0a2a76de39ff2e5ed65f7acbad471 (diff)
downloadiced-55f36bc865652009f1c13e3da6f62d55964a10c2.tar.gz
iced-55f36bc865652009f1c13e3da6f62d55964a10c2.tar.bz2
iced-55f36bc865652009f1c13e3da6f62d55964a10c2.zip
updated README for slider example
Diffstat (limited to 'examples/slider')
-rw-r--r--examples/slider/README.md4
1 files changed, 2 insertions, 2 deletions
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.
<div align="center">
<img src="sliders.gif">