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>2019-11-27 21:53:52 +0300
committerMark Otto <markdotto@gmail.com>2019-11-27 21:53:52 +0300
commit69a682c8603d7aa5e676c4fb1beb13a63eb832c2 (patch)
treecdd42864e9a88f5c419a0705997ae8a265d71a4a /README.md
parent74bf87a772130933b6a5a5104dfb201d39fbf907 (diff)
add icons image
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6157a1c5d..dcb4244fa 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
-[![Build Status](https://github.com/twbs/icons/workflows/Tests/badge.svg)](https://github.com/twbs/icons/actions?workflow=Tests)
+![Bootstrap Icons full set](https://user-images.githubusercontent.com/98681/69751498-12224a80-1104-11ea-9dd6-6f162a8a2566.png)
## Install
@@ -31,6 +31,8 @@ npm i bootstrap-icons --save
## Development
+[![Build Status](https://github.com/twbs/icons/workflows/Tests/badge.svg)](https://github.com/twbs/icons/actions?workflow=Tests)
+
Clone the repo, install dependencies, and start the Hugo server locally.
```