diff options
author | codecalm <codecalm@gmail.com> | 2020-03-10 23:31:42 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-10 23:31:42 +0100 |
commit | c326cf840b2fe6229388802776dd692b4471979a (patch) | |
tree | a61fe41da3c320f5371cef222e69caabb07e5891 | |
parent | readme (diff) | |
download | tabler-icons-c326cf840b2fe6229388802776dd692b4471979a.tar.xz |
readme fix
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> ``` |