summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-02-01 20:15:59 +0100
committerwout <wout@impinc.co.uk>2014-02-01 20:15:59 +0100
commit052f892af8d1af70732ee59fdc7f431788700a8a (patch)
treea2a6af98e9ef38f716439491e9b257c285a3f7b4 /README.md
parent11376f6ec53092bd3893a168f25a08983d7aff6c (diff)
downloadsvg.js-052f892af8d1af70732ee59fdc7f431788700a8a.tar.gz
svg.js-052f892af8d1af70732ee59fdc7f431788700a8a.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78c6464..dde3b58 100644
--- a/README.md
+++ b/README.md
@@ -2032,7 +2032,7 @@ SVG.off(window, 'click', click)
## Numbers
-Numbers in svg.js have a dedicated number class to be able to process sting values. Creating a new number is simple:
+Numbers in svg.js have a dedicated number class to be able to process string values. Creating a new number is simple:
```javascript
var number = new SVG.Number('78%')