mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Fix example path for init (#2194)
* Fix example path for init * Update examples/with-vite-plugin-pwa/README.md Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
This commit is contained in:
parent
bf40eb9e28
commit
72c6a87b86
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Astro Starter Kit: Minimal
|
||||
# Astro Starter Kit: Vite PWA
|
||||
|
||||
```
|
||||
npm init astro -- --template minimal
|
||||
npm init astro -- --template with-vite-plugin-pwa
|
||||
```
|
||||
|
||||
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
|
||||
|
|
Loading…
Reference in a new issue