aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>
```