From 72c6a87b8602d1f56522fddd20d0b6f36b0c5047 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Tue, 14 Dec 2021 11:48:24 -0500 Subject: [PATCH] Fix example path for init (#2194) * Fix example path for init * Update examples/with-vite-plugin-pwa/README.md Co-authored-by: Jonathan Neal Co-authored-by: Jonathan Neal --- examples/with-vite-plugin-pwa/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md index c9ef38ea6..fb2c087a6 100644 --- a/examples/with-vite-plugin-pwa/README.md +++ b/examples/with-vite-plugin-pwa/README.md @@ -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)