aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-02-20 19:39:22 +0100
committerwout <wout@impinc.co.uk>2013-02-20 19:39:22 +0100
commitb2ac1419a015cf1d00ce5bb7b536cd1906e25c17 (patch)
tree5bbbdeb886ff4c88fcc8a039c834bd6def9ecf82
parent4e56df6d9c0083d8e4e52b1f3869f20ded358a81 (diff)
downloadsvg.js-b2ac1419a015cf1d00ce5bb7b536cd1906e25c17.tar.gz
svg.js-b2ac1419a015cf1d00ce5bb7b536cd1906e25c17.zip
Updated README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a74c996..9e0ac2b 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The `viewBox` attribute of an `<svg>` element can be managed with the `viewbox()
draw.viewbox(0, 0, 297, 210)
```
-Without any attributes a an instance of `SVG.ViewBox` will be returned:
+Without any attributes an instance of `SVG.ViewBox` will be returned:
```javascript
var box = draw.viewbox()