From 206ecccce5eaefe149f85d55036f37159b6019c4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 21 Jul 2020 15:09:05 -0400 Subject: [PATCH] Update verbiage --- docs/getting-started/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/usage.md b/docs/getting-started/usage.md index 1a705019..c4ff6544 100644 --- a/docs/getting-started/usage.md +++ b/docs/getting-started/usage.md @@ -128,7 +128,7 @@ You can use [this utility](https://www.npmjs.com/package/@shoelace-style/react-w npm install @shoelace-style/react-wrapper ``` -Now you can "import" Shoelace components as React components! Remember to [install Shoelace](/getting-started/installation.md) as well, otherwise this won't work as intended. +Now you can "import" Shoelace components as React components! Remember to [install Shoelace](/getting-started/installation.md) first, otherwise this won't work. ```js import wrapCustomElement from '@shoelace-style/react-wrapper';