From d6776214be4038b4f5f75c68776b581b55719fcf Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Wed, 5 Mar 2025 02:07:42 +0530 Subject: [PATCH] docs: update repository clone URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9664a87..1ace652 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The project is built using **Next.js**, a React framework for building server-re 1. Clone the repository: ```bash - git clone https://github.com/your-repo/tour-of-json-schema.git + git clone https://github.com/json-schema-org/tour cd tour-of-json-schema ```