From 44b4c9206ab711d98f03ec9438dedc148e59a9dc Mon Sep 17 00:00:00 2001 From: Richard Kim Date: Tue, 23 Dec 2014 12:02:40 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd4744..fc751ea 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ __Combine Actions!__ [hub setCircleAtFrame:CGRectMake(-10, -10, 30, 30)]; //frame relative to the view you set it to //%%% MOVE FRAME - [hub moveCircleByX:-5 Y:5]; // moves the circle 5 pixels left and down + [hub moveCircleByX:-5 Y:5]; // moves the circle 5 pixels left and down from its current position //%%% CIRCLE SIZE [hub scaleCircleSizeBy:2]; // doubles the size of the circle, keeps the same center