aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Wolny <michal.wolny@versum.pl>2020-11-15 19:35:03 +0100
committerMichal Wolny <michal.wolny@versum.pl>2020-11-15 19:35:03 +0100
commit11ba2320de1219645e844f391fd79b31d1eca4fe (patch)
tree605fb6545e10dac7d0230365739fcff89f5a4198
parentadd CDN info to readme (diff)
downloadtabler-icons-11ba2320de1219645e844f391fd79b31d1eca4fe.tar.xz
fix CDN readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 917b1038..71a1bbde 100644
--- a/README.md
+++ b/README.md
@@ -96,10 +96,14 @@ const MyComponent = () => {
All files included in `@tabler/icons` npm package are available over a CDN.
+React icons bundle:
```html
-<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css">
<script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script>
```
+Iconfont:
+```html
+<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css">
+```
To load a specific version replace `latest` with the desired version number.