From: Unihedron Date: Tue, 10 Nov 2015 17:21:11 +0000 (+0800) Subject: Annotate double quotes as double quotes X-Git-Tag: 2.2.1~6^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F404%2Fhead;p=svg.js.git Annotate double quotes as double quotes --- 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++) {