From f20afe1f51bb4f52119e81b1f5f676b04308b9e7 Mon Sep 17 00:00:00 2001 From: Michel vd Steege Date: Thu, 5 Jul 2018 18:04:16 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2901ead..f3ea6ac 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ Tools to add progressive web app functionality to your silverstripe website ## Installation ``` -composer require pixelspin/silverstripe-progressivewebapp +composer require michelsteege/silverstripe-progressivewebapp ``` ## Usage - Install the module, run dev/build and fill in the settings in the siteconfig - Include the required js to register the service worker ``` -Requirements::javascript('pixelspin/silverstripe-progressivewebapp:resources/js/progressivewebapp.js'); +Requirements::javascript('michelsteege/silverstripe-progressivewebapp:resources/js/progressivewebapp.js'); ``` - Add the following tags to the head of your website ``` -``` \ No newline at end of file +```