summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-22 12:49:48 +0100
committerwout <wout@impinc.co.uk>2014-01-22 12:49:48 +0100
commite69727ad986b456c95c54b9760c44e0560507b86 (patch)
treef62dc82aeeeed18c96af371254f0a3503e61a612
parentb27d01e9f91bff6145170ebd46857cd703480fec (diff)
downloadsvg.js-e69727ad986b456c95c54b9760c44e0560507b86.tar.gz
svg.js-e69727ad986b456c95c54b9760c44e0560507b86.zip
Typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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()