]> source.dussan.org Git - svg.js.git/commitdiff
Typo in reamde
authorwout <wout@impinc.co.uk>
Sat, 22 Dec 2012 12:04:40 +0000 (13:04 +0100)
committerwout <wout@impinc.co.uk>
Sat, 22 Dec 2012 12:04:40 +0000 (13:04 +0100)
README.md

index 933f24f74acee660cc0368637c5217bea1ef1dbc..717f3774921106cef19a66d02b76b0f0d55b84a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ This will generate the following output:
 ```html
 <div id="paper">
        <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xlink="http://www.w3.org/1999/xlink" width="300" height="300">
-               <rect width="100" height="100" fill-color="#f06"></rect>
+               <rect width="100" height="100" fill="#f06"></rect>
        </svg>
 </div>
 ```