From 9b52e3b37409ae26f05d5369683424278bd0688c Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Fri, 15 Mar 2024 15:24:12 +0530 Subject: [PATCH 1/3] Update README.md --- package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/README.md b/package/README.md index 1827834..d498840 100644 --- a/package/README.md +++ b/package/README.md @@ -11,7 +11,7 @@ pnpm astro add @matthiesenxyz/astro-hashnode ``` ```bash -npm astro add @matthiesenxyz/astro-hashnode +npm run astro add @matthiesenxyz/astro-hashnode ``` ```bash -- 2.40.1 From ba09b13e3f901fccaf62721277082a7e40b272f2 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:05:46 -0700 Subject: [PATCH 2/3] Update README.md --- package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/README.md b/package/README.md index d498840..046d9a6 100644 --- a/package/README.md +++ b/package/README.md @@ -11,7 +11,7 @@ pnpm astro add @matthiesenxyz/astro-hashnode ``` ```bash -npm run astro add @matthiesenxyz/astro-hashnode +npx astro add @matthiesenxyz/astro-hashnode ``` ```bash -- 2.40.1 From 633497aafbec50acd2b0d92eec5cd2f6ae980b97 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:06:12 -0700 Subject: [PATCH 3/3] Create breezy-swans-pull.md --- .changeset/breezy-swans-pull.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/breezy-swans-pull.md diff --git a/.changeset/breezy-swans-pull.md b/.changeset/breezy-swans-pull.md new file mode 100644 index 0000000..23d5010 --- /dev/null +++ b/.changeset/breezy-swans-pull.md @@ -0,0 +1,5 @@ +--- +"@matthiesenxyz/astro-hashnode": patch +--- + +Update README.md -- 2.40.1