diff options
author | wout <wout@impinc.co.uk> | 2012-12-22 13:04:40 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-22 13:04:40 +0100 |
commit | 0c4be8fcd2d413d311d00a09b29c75da6fc685bb (patch) | |
tree | a8a7dea241865c07042f7c83d916b80418abb6f2 | |
parent | d760f9d679556d5317904bb852cc47c4777dfaa0 (diff) | |
download | svg.js-0c4be8fcd2d413d311d00a09b29c75da6fc685bb.tar.gz svg.js-0c4be8fcd2d413d311d00a09b29c75da6fc685bb.zip |
Typo in reamde
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> ``` |