aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Wolny <michal.wolny@versum.pl>2020-11-15 19:42:08 +0100
committerMichal Wolny <michal.wolny@versum.pl>2020-11-15 19:42:08 +0100
commite629549b12b778d21995867980275a8aaae7a819 (patch)
treef84c6256ae40b12b0129ef53d83da2a7b22b1eec
parentfix CDN readme (diff)
downloadtabler-icons-dev-cdn-info.tar.xz
readme headersdev-cdn-info
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71a1bbde..37abe7d8 100644
--- a/README.md
+++ b/README.md
@@ -96,11 +96,14 @@ const MyComponent = () => {
All files included in `@tabler/icons` npm package are available over a CDN.
-React icons bundle:
+#### React icons
+
```html
<script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script>
```
-Iconfont:
+
+#### Iconfont
+
```html
<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css">
```