From aa15eee0de6f14ea014a52084ee1474121b225ba Mon Sep 17 00:00:00 2001 From: DuCanhGH Date: Sun, 31 Mar 2024 01:30:31 +0700 Subject: [PATCH] chore: fixed invalid URLs --- examples/reproduction-template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/reproduction-template/README.md b/examples/reproduction-template/README.md index b1370cd4..3bff83d4 100644 --- a/examples/reproduction-template/README.md +++ b/examples/reproduction-template/README.md @@ -15,9 +15,9 @@ yarn degit git@gitlab.com:serwist/next-pwa/tree/master/examples/reproduction-tem ``` ```bash -pnpx degit git@gitlab.com:serwist/DuCanhGH/next-pwa/tree/master/examples/reproduction-template reproduction +pnpx degit git@gitlab.com:serwist/next-pwa/tree/master/examples/reproduction-template reproduction ``` ```bash -bunx degit git@gitlab.com:serwist/DuCanhGH/next-pwa/tree/master/examples/reproduction-template reproduction +bunx degit git@gitlab.com:serwist/next-pwa/tree/master/examples/reproduction-template reproduction ```