react-pwa-hazhtech 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -407,4 +407,10 @@ if ('serviceWorker' in navigator) {
|
|
|
407
407
|
.catch(err => console.error('SW registration failed:', err));
|
|
408
408
|
});
|
|
409
409
|
}
|
|
410
|
-
```
|
|
410
|
+
```
|
|
411
|
+
|
|
412
|
+
## 💖 Support
|
|
413
|
+
|
|
414
|
+
If you find this package helpful, consider supporting me:
|
|
415
|
+
|
|
416
|
+
[](https://buymeacoffee.com/sathish.hazhtech)
|
package/package.json
CHANGED