aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 23:31:42 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 23:31:42 +0100
commitc326cf840b2fe6229388802776dd692b4471979a (patch)
treea61fe41da3c320f5371cef222e69caabb07e5891
parentreadme (diff)
downloadtabler-icons-c326cf840b2fe6229388802776dd692b4471979a.tar.xz
readme fix
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e8e6285..f710182 100644
--- a/readme.md
+++ b/readme.md
@@ -57,7 +57,7 @@ Include an icon on your page with the following markup (`activity` in the above
```html
<svg width="24" height="24">
- <use xlink:href="path/to/tabler-sprite.svg#activity"/>
+ <use xlink:href="path/to/tabler-sprite.svg#tabler-activity"/>
</svg>
```