From 406b91c0755105c4c056a1f83e85144c55c3e6af Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 15 Jul 2020 10:42:03 -0400 Subject: [PATCH] Fix incorrect install urls --- docs/getting-started/installation.md | 10 +++++----- docs/getting-started/overview.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index d9b0535c9..8189ffd1b 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -9,8 +9,8 @@ The easiest way to install Shoelace is with the lazy loader via CDN. A lightweig To install the lazy loader, add the following tags to your page. ```html - - + + ``` Now you can [start using components!](/getting-started/usage.md) @@ -22,9 +22,9 @@ Another way to consume the library is with the custom elements bundle. Compared To install the custom elements bundle, add the following tags to your page. ```html - + ``` @@ -55,7 +55,7 @@ Once you've done that, add the following tags to your page. Make sure to update ```html ``` diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index d989be7a3..36526f32e 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -14,8 +14,8 @@ Designed in New Hampshire by [Cory LaViska](https://twitter.com/claviska). Add the following code to your page. ```html - - + + ``` Now you have access to all of Shoelace's components! Try adding a button: