aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Wolny <michal.wolny@versum.pl>2020-11-11 14:03:12 +0100
committerMichal Wolny <michal.wolny@versum.pl>2020-11-11 14:03:12 +0100
commit3a10205b2b0b3c9cca5181c4b5a58856b4492db9 (patch)
treea16367df7e6ff9b9387d2db1ea7cd279d9cf5126 /README.md
parentpaths fix #87 (diff)
downloadtabler-icons-3a10205b2b0b3c9cca5181c4b5a58856b4492db9.tar.xz
publish tabler-icons under @tabler namespace on npm
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 332f8911..1ac1afb2 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ A set of over 850 free MIT-licensed high-quality SVG icons for you to use in you
## Installation
```
-npm install tabler-icons --save
+npm install @tabler/icons --save
```
or just [download from Github](https://github.com/tabler/tabler-icons/releases).
@@ -78,7 +78,7 @@ Add an icon to be displayed on your page with the following markup (`activity` i
Import the icon and render it in your component. You can adjust SVG properties through React props:
```jsx
-import { IconAward } from 'tabler-icons';
+import { IconAward } from '@tabler/icons';
const MyComponent = () => {
return <IconAward
@@ -90,7 +90,7 @@ const MyComponent = () => {
}
```
-`tabler-icons` exports it's own type declarations for usage with React and Typescript.
+`@tabler/icons` exports it's own type declarations for usage with React and Typescript.
## Multiple strokes