diff --git a/src/routes/blog/_posts.js b/src/routes/blog/_posts.js index c75a1f4..a2a8903 100644 --- a/src/routes/blog/_posts.js +++ b/src/routes/blog/_posts.js @@ -34,7 +34,7 @@ const posts = [

Step one

Create a new project, using degit:

-
npx degit sveltejs/sapper-template#rollup my-app
+			
npx degit "sveltejs/sapper-template#rollup" my-app
 			cd my-app
 			npm install # or yarn!
 			npm run dev