aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-22 13:04:40 +0100
committerwout <wout@impinc.co.uk>2012-12-22 13:04:40 +0100
commit0c4be8fcd2d413d311d00a09b29c75da6fc685bb (patch)
treea8a7dea241865c07042f7c83d916b80418abb6f2
parentd760f9d679556d5317904bb852cc47c4777dfaa0 (diff)
downloadsvg.js-0c4be8fcd2d413d311d00a09b29c75da6fc685bb.tar.gz
svg.js-0c4be8fcd2d413d311d00a09b29c75da6fc685bb.zip
Typo in reamde
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 933f24f..717f377 100644
--- 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>
```