diff --git a/README.md b/README.md index 491cded..0f6abe2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ There are three simple rules for naming the files that define your routes: The [static](static) directory contains any static assets that should be available. These are served using [sirv](https://github.com/lukeed/sirv). -In your [service-worker.js](app/service-worker.js) file, you can import these as `files` from the generated manifest... +In your [service-worker.js](src/service-worker.js) file, you can import these as `files` from the generated manifest... ```js import { files } from '@sapper/service-worker'; diff --git a/src/template.html b/src/template.html index bfeebc9..566cb56 100644 --- a/src/template.html +++ b/src/template.html @@ -22,10 +22,10 @@ + because `src/client.js` references it -->
%sapper.html%
- %sapper.scripts%