aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalvin Jeong <calvin@ty.pe.kr>2014-02-18 16:05:33 +1300
committerCalvin Jeong <calvin@ty.pe.kr>2014-02-18 16:05:33 +1300
commit004fc440a32dcc3200d597e1d7e88571370aedf8 (patch)
treed773c00f7c1c56cb4817e0c37d6003687df22e95
parent0170465f9c60c0b16868af663ba8c11bfcd68fe7 (diff)
downloadsvg.js-004fc440a32dcc3200d597e1d7e88571370aedf8.tar.gz
svg.js-004fc440a32dcc3200d597e1d7e88571370aedf8.zip
Fixed typo
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ff543e..aec9c25 100755
--- a/README.md
+++ b/README.md
@@ -1059,7 +1059,7 @@ rect.dx(200)
__`returns`: `itself`__
-### dx()
+### dy()
Move element only along y-axis relative to its current position:
```javascript