summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-11 23:34:39 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-11 23:34:39 +0100
commit7af9d16adff245c987eaed5ccac40f4d2824d2f3 (patch)
tree63338f98eb26ee97a5d8fb982bca0ae7984b579b
parent2f922cb4d30cf9c113be8ad165b42011fcdc34e2 (diff)
parentd14d2da9474d5fe5bfbd5eb9c5d0707adbf93bcc (diff)
downloadsvg.js-7af9d16adff245c987eaed5ccac40f4d2824d2f3.tar.gz
svg.js-7af9d16adff245c987eaed5ccac40f4d2824d2f3.zip
Merge pull request #404 from Unihedro/patch-2
Annotate double quotes as double quotes
-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++) {