Skip to content

Commit

Permalink
Just checking if I can submit changes after repo rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
daffinm committed Apr 4, 2020
1 parent 0c8bba6 commit d4f525a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Test Service Worker Update Flow
Project for exploring and documenting how to get the service worker update flow working perfectly.
Project for exploring and documenting how to get the service worker update flow working perfectly, and for developing
other reusable bits and pieces for PWAs.

Comments and improvements welcome.

CDN link: https://cdn.jsdelivr.net/gh/daffinm/test-service-worker-update-flow/
CDN link: https://cdn.jsdelivr.net/gh/daffinm/pwa-utils/

I am in no way an expert in any of this. Just an old-fashioned java programmer trying to make sense of all this so I can
feel confident that my apps will work well and I can stop thinking about it.
Expand Down Expand Up @@ -40,7 +41,7 @@ The code here attempt so do all of this as simply as possible.

Have I missed anything, or misunderstood, or made it too complicated?

## Running and playing with the simpleUI
## Running and playing with the demo app

1. Run project using `npm start` and goto http://localhost:5001 in Chrome.
1. Open the dev tools console asap and check the console messages to see what's happening.
Expand Down

0 comments on commit d4f525a

Please sign in to comment.