From 4899b15f1ed62de5eafa6d8421bed2bd0bfb320c Mon Sep 17 00:00:00 2001 From: Leaking Date: Wed, 7 Jan 2015 23:11:38 +0800 Subject: [PATCH] update the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d16ac17..8dc38f8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ SlideSwitch =========== -## About this SlideSwitch +## About SlideSwitch -A button they you can slide to open or close something +A button that you can slide on or off ## How to use it @@ -28,14 +28,14 @@ you can define a slideswitch in xml like the following example -you can initial the state(open or close) in jave code in this way +you can initial the state(on or off) in jave code in this way ```java bulletSwitch.setState(true); ``` -and you can listen the change of the slideswitch like this +and you can listen to the change of the slideswitch like this ```java updateSwitch.setSlideListener(new SlideListener() {