Skip to content

Commit d4c4742

Browse files
committed
Use npm for Deno Astro installation
Keep the package README consistent with the manual and Vite's dependency resolution by installing the Astro integration from npm under Deno. #936 (comment) Assisted-by: Codex:gpt-5.6-sol
1 parent 2d23873 commit d4c4742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Installation
170170
------------
171171

172172
~~~~ sh
173-
deno add jsr:@fedify/astro # Deno
173+
deno add npm:@fedify/astro # Deno
174174
npm add @fedify/astro # npm
175175
pnpm add @fedify/astro # pnpm
176176
yarn add @fedify/astro # Yarn

0 commit comments

Comments
 (0)