docs: fix git specifier for rollup version

This commit is contained in:
Pat Cavit
2018-09-03 20:28:22 +00:00
committed by Conduitry
parent 5fa50e0f10
commit 763d21df17

View File

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