]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Wed, 20 Feb 2013 18:39:22 +0000 (19:39 +0100)
committerwout <wout@impinc.co.uk>
Wed, 20 Feb 2013 18:39:22 +0000 (19:39 +0100)
README.md

index a74c99690cbb711327b9ca077d915e8600097406..9e0ac2b0d382bcbb0d5456d59c88ee37955552c7 100644 (file)
--- 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()