From dd330becff35f7f1f3b3579499feff64ac1b8aa8 Mon Sep 17 00:00:00 2001
From: Vegan Cat
Date: Sat, 13 May 2023 21:11:30 +0330
Subject: [PATCH] Update SETUP.md
Add "/" to declare self-closing tags
`meta` and` link` are self-closing tags
---
packages/next-pwa/SETUP.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/packages/next-pwa/SETUP.md b/packages/next-pwa/SETUP.md
index 546b48a6..0db13d61 100644
--- a/packages/next-pwa/SETUP.md
+++ b/packages/next-pwa/SETUP.md
@@ -136,12 +136,12 @@ Add the following code to your `_app.tsx`'s ``:
```jsx
-
+
My awesome PWA app
-
-
-
-
+
+
+
+