Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-10-12 21:07:50 +0300
committerMark Otto <otto@github.com>2021-10-13 19:03:43 +0300
commitff0e532ea297bf7acbb11c09e951f1a669e7452d (patch)
tree673ac43c251e84ee7fb1fe4adbb3fc5265fe8ed3
parentf2467219d66007df48284d57a60e2f4b2b013cfc (diff)
Composer instructions, update count and Figma link
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 098ae0492..9ff514d99 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
<h3 align="center">Bootstrap Icons</h3>
<p align="center">
- Official open source SVG icon library for Bootstrap with over 1,300 icons.
+ Official open source SVG icon library for Bootstrap with over 1,400 icons.
<br>
<a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons ยป</strong></a>
<br>
@@ -30,7 +30,13 @@ Bootstrap Icons are packaged up and published to npm. We only include the proces
npm i bootstrap-icons
```
-[Also available in Figma.](https://www.figma.com/community/file/972989644486753519/Bootstrap-Icons-v1.5.0)
+For those [using Packagist](https://packagist.org/packages/twbs/bootstrap-icons), you can also install Bootstrap Icons via Composer:
+
+```shell
+composer require twbs/bootstrap-icons
+```
+
+[Also available in Figma.](https://www.figma.com/file/cKgRyErzl4pR1WN4NcB5lv/Bootstrap-Icons)
## Usage