aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUnihedron <unihedron@unihedro.com>2015-11-11 01:21:11 +0800
committerUnihedron <unihedron@unihedro.com>2015-11-11 01:21:11 +0800
commitd14d2da9474d5fe5bfbd5eb9c5d0707adbf93bcc (patch)
tree63338f98eb26ee97a5d8fb982bca0ae7984b579b /README.md
parent2f922cb4d30cf9c113be8ad165b42011fcdc34e2 (diff)
downloadsvg.js-d14d2da9474d5fe5bfbd5eb9c5d0707adbf93bcc.tar.gz
svg.js-d14d2da9474d5fe5bfbd5eb9c5d0707adbf93bcc.zip
Annotate double quotes as double quotes
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 401b798..ad65295 100644
--- a/README.md
+++ b/README.md
@@ -3827,7 +3827,7 @@ for (var i = 0; i < 5; i++)
__Bad__:
```javascript
-var text = draw.text("with single quotes here");
+var text = draw.text("with double quotes here");
var nest = draw.nested().attr("x", "50%");
for (var i = 0; i < 5; i++) {