with a new line, so markdown formats it properly

This commit is contained in:
xavier dutoit 2011-11-11 10:53:38 +01:00
parent 759c95b0b7
commit 4ee2ee8043

View file

@ -29,6 +29,7 @@ Then you add the *qrcode* in this container by
This is it. see it <a href='examples/basic.html'>live</a>.
You can set the height and width of the generated qrcode:
jquery('#qrcode').qrcode({width: 64,height: 64,text: "size doesn't matter"});