From 763d21df173b80f1e839cd197100101bee424afd Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 3 Sep 2018 20:28:22 +0000 Subject: [PATCH] docs: fix git specifier for rollup version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc13fa..eb3c701 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A version of the default [Sapper](https://github.com/sveltejs/sapper) template that uses Rollup instead of webpack. To clone it and get started: ```bash -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