0
Fork 0
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:
Robin Millette 2021-12-14 11:48:24 -05:00 committed by GitHub
parent bf40eb9e28
commit 72c6a87b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)