diff --git a/README.md b/README.md index 64ce81f..31524bc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ The default [Sapper](https://github.com/sveltejs/sapper) template, with branches ```bash # for Rollup -npx degit sveltejs/sapper-template#rollup my-app +npx degit "sveltejs/sapper-template#rollup" my-app # for webpack -npx degit sveltejs/sapper-template#webpack my-app +npx degit "sveltejs/sapper-template#webpack" my-app cd my-app npm install # or yarn! npm run dev