From ae4c1109762b4f2aa7fdc9b78a5793e74d36d8e7 Mon Sep 17 00:00:00 2001 From: Eugene Cheung Date: Sat, 13 Aug 2016 13:11:49 -0400 Subject: [PATCH] docs: Suggest service worker instead of appcache (#115) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad34bf4..6601e9e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Or: console.log(html); }); -Once you've inlined the crap out of the page, add the `manifest="self.appcache"` to the `html` tag and create an empty file called self.appcache ([read more](http://remysharp.com/2011/01/31/simple-offline-application/)). +Once you've inlined the crap out of the page, you can optionally configure a [service worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers) to add advanced caching and offline functionality. ## Support