]> source.dussan.org Git - svg.js.git/commitdiff
Typo in README
authorwout <wout@impinc.co.uk>
Wed, 22 Jan 2014 11:49:48 +0000 (12:49 +0100)
committerwout <wout@impinc.co.uk>
Wed, 22 Jan 2014 11:49:48 +0000 (12:49 +0100)
README.md

index e14318d3f31a0750b5d4f4f8f73bfc75105675c2..d6ca25ef11494a72a3e73d57b4500c3d70348789 100644 (file)
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Svg.js also works outside of the HTML DOM, inside an SVG document for example:
 ```
 
 ### Sub pixel offset fix
-By default wub pixel offset won't be corrected. To enable it, call the `fixSubPixelOffset()` method:
+By default sub pixel offset won't be corrected. To enable it, call the `fixSubPixelOffset()` method:
 
 ```javascript
 var draw = SVG('drawing').fixSubPixelOffset()