From 53422183205bfefbed224f11bb5114b1ded63149 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Nov 2019 09:57:31 -0800 Subject: [PATCH] fix package name --- docs/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 58f40904ad..e1bddbb42b 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -13,7 +13,7 @@ Bootstrap Icons are published to npm, but they can also be manually downloaded i Install Bootstrap Icons via command line with npm. {{< highlight shell >}} -npm install @twbs/icons +npm install bootstrap-icons {{< /highlight >}} {{< /md >}}