Skip to content

Commit 7836930

Browse files
authored
Fix Astro init command (#1784)
1 parent 3e38d35 commit 7836930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/astro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ can start from scratch, and skip installing dependencies so we can install them
3131
with Deno later:
3232

3333
```jsx
34-
deno -A npm:create-astro@latest
34+
deno init --npm astro@latest
3535

3636
astro Launch sequence initiated.
3737

0 commit comments

Comments
 (0)