willowsystems / jSignature

jQuery plugin - draw signature in browser.
720 stars 266 forks source link

README.md file has a syntax error #91

Open williamsun1993 opened 6 years ago

williamsun1993 commented 6 years ago

API: $(i).appendTo($("#someelement") // append the image (SVG) to DOM.

mabye missing ')' on the right?

$(i).appendTo($("#someelement")) // append the image (SVG) to DOM.