From 9201b8369e3227f0c1584eaab30897aa691ce4f7 Mon Sep 17 00:00:00 2001 From: Dusan Vuckovic Date: Sun, 7 Apr 2024 16:54:17 +0100 Subject: [PATCH] doc: Update README. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 6820199..479bbf0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Vue.js component for rendering [Bootstrap Icons](https://icons.getbootstrap.com/) via the SVG sprite method. -[Demo] [Changelog] +[Demo] ## Install @@ -139,11 +139,4 @@ yarn dev yarn build ``` -### Preview (Demo) - -```sh -yarn preview -``` - [Demo]: https://dvuckovic.com/2021/03/12/vue-bootstrap-icons/ -[Changelog]: ./CHANGELOG.md