From b2ac1419a015cf1d00ce5bb7b536cd1906e25c17 Mon Sep 17 00:00:00 2001 From: wout Date: Wed, 20 Feb 2013 19:39:22 +0100 Subject: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` 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() -- cgit v1.2.3