From eddac361eb09d52da85683f61c567e1fda096bd2 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Wed, 8 Mar 2023 17:01:05 +0100 Subject: [PATCH] Package instruct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe9c38..a4e117f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ And all is done! ## Astro -With Astro, you just need to import the `Garlic` and `Clove` components into your layout: +install the package with `npm i garlic-astro`. With Astro, you just need to import the `Garlic` and `Clove` components into your layout: ```astro import {Garlic, Clove} from 'garlic-astro';