From: wout Date: Wed, 22 Jan 2014 11:49:48 +0000 (+0100) Subject: Typo in README X-Git-Tag: 0.34~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e69727ad986b456c95c54b9760c44e0560507b86;p=svg.js.git Typo in README --- diff --git a/README.md b/README.md index e14318d..d6ca25e 100644 --- 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()