From 0ab9a7a1f1dfe77bb7faf88e426bd85df5f80627 Mon Sep 17 00:00:00 2001 From: Vegan Cat Date: Wed, 17 May 2023 03:52:27 +0330 Subject: [PATCH] Update SETUP.md (#22) 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 - - - - + + + +