From a012b91a4967fb5061f4add36d051264b3af6ad6 Mon Sep 17 00:00:00 2001 From: Brian Corbin Date: Wed, 1 Mar 2017 16:00:47 -0800 Subject: [PATCH] one more update to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef72454..764c702 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ import SwiftRangeSlider ### With Storyboards -To use SwiftRangeSlider on a storyboard, add a UIView to your view controller and set its class to RangeSlider. +To use SwiftRangeSlider on a storyboard, add a UIView to your view controller and set its class to RangeSlider. The Range Slider defaults to an iOS-esque style of slider, but it can be modified to look lots of different ways! There is even scaling on touch and labels, so be sure to experiment until you find exactly what you like! ![SRS With Storyboards 1](http://imgur.com/C69FAOO.png) ![SRS With Storyboards 2](http://i.imgur.com/HSVrFKU.png)