1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-09-01 20:33:05 +02:00

docs: update README

This commit is contained in:
mrholek
2019-12-11 15:36:37 +01:00
parent c06924f65b
commit f94bbf814f

View File

@@ -112,7 +112,7 @@ It is also possible to link to an external SVG containing the definitions:
```html ```html
<svg class="icon-home"> <svg class="icon-home">
<use xlink:href="path/to/free-symbol-defs.svg#cil-apple"></use> <use xlink:href="path/to/free.svg#cil-apple"></use>
</svg> </svg>
``` ```