aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Kuna <1282324+codecalm@users.noreply.github.com>2020-03-19 10:07:07 +0100
committerGitHub <noreply@github.com>2020-03-19 10:07:07 +0100
commit0a82a0280225fdcf9f8096e2145c2b3c222b1f8a (patch)
tree7f572a0cde70f1e032eb3ed0ddfe1d935a11ab26 /README.md
parentbuild fix (diff)
downloadtabler-icons-0a82a0280225fdcf9f8096e2145c2b3c222b1f8a.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 389dbcd..04629f8 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,21 @@
A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke.
-```
-npm install tabler-icons --save
-```
+**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!**
## Preview
![](./.github/icons.svg)
+## Installation
+
+```
+npm install tabler-icons --save
+```
+
+or just download from Github.
+
## Usage
All icons are built with SVG, so you can place them as `<img>`, `background-image` and inline in HTML code.