From e69727ad986b456c95c54b9760c44e0560507b86 Mon Sep 17 00:00:00 2001 From: wout Date: Wed, 22 Jan 2014 12:49:48 +0100 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5