From 49a8ebeb7591c1c76bd3fdc5fa2910c4c2f5ea7e Mon Sep 17 00:00:00 2001 From: Vikas Kapadiya Date: Sat, 9 Nov 2024 14:14:49 +0400 Subject: [PATCH] [Fix] Npm install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15220b9..4e2a88c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A package to add a Hygraph loader to your Astro project. For more information on ## Installation ```bash -npm install @hygraph/astro-content-loader +npm install @hygraph/hygraph-astro-loader ``` ## Usage @@ -127,4 +127,4 @@ const { Content } = await render(post); Use one of these starters to get started with Hygraph and Astro: - [Hygraph Commerce Astro Starter](https://hygraph.com/marketplace/starters/skncre-starter-astro) -- [Hygraph Microblog Astro Starter](https://hygraph.com/marketplace/starters/astro-microblog) \ No newline at end of file +- [Hygraph Microblog Astro Starter](https://hygraph.com/marketplace/starters/astro-microblog)