Skip to content

Commit

Permalink
Merge pull request #32 from dukex/patch-1
Browse files Browse the repository at this point in the history
Fix onFetch doc
  • Loading branch information
rossta committed Mar 12, 2017
2 parents a58d91d + cee49b0 commit 56f58f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function onFetch(event) {
// See https://jakearchibald.com/2014/offline-cookbook/#on-network-response for more examples
}

self.addEventListener('install', onInstall);
self.addEventListener('fetch', onFetch);
```

## Configuration
Expand Down

0 comments on commit 56f58f7

Please sign in to comment.