summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWout Fierens <wout@impinc.co.uk>2014-02-18 08:44:44 +0100
committerWout Fierens <wout@impinc.co.uk>2014-02-18 08:44:44 +0100
commit9995c05ef730a91e3bd3740882f2e37523f190d3 (patch)
treed773c00f7c1c56cb4817e0c37d6003687df22e95 /README.md
parent0170465f9c60c0b16868af663ba8c11bfcd68fe7 (diff)
parent004fc440a32dcc3200d597e1d7e88571370aedf8 (diff)
downloadsvg.js-9995c05ef730a91e3bd3740882f2e37523f190d3.tar.gz
svg.js-9995c05ef730a91e3bd3740882f2e37523f190d3.zip
Merge pull request #165 from calvin/master
Fixed typo
Diffstat (limited to 'README.md')
-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