From 860cb0d19896c58a5e2dcac1f8f601a0b12bd4e7 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Tue, 5 Apr 2016 10:43:17 +0100 Subject: [PATCH] README: Add note about npm run precache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dd4da1..2f6b830 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,6 @@ npm install * `npm run build` - build into the `public/` directory * `npm run lint` - lint `src/` * `npm run lint:fix` - lint `src/` and auto-fix issues where possible +* `npm run precache` - generates Service Worker in `public/` directory ## MIT Licensed