From 0d783b605e6b996f4c893b963da6148c8f997a6e Mon Sep 17 00:00:00 2001 From: zihluwang Date: Mon, 19 Jan 2026 14:58:16 +0800 Subject: [PATCH] chore: update repository name in README.md to reflect new project structure - Changed the clone URL and directory name from json-visualiser to dev-hub. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76904f7..f5a62e0 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Ensure you have Node.js installed on your machine. 1. Clone the repository ```bash - git clone https://github.com/onixbyte/json-visualiser.git - cd json-visualiser + git clone https://github.com/onixbyte/dev-hub.git + cd dev-hub ``` 2. Install dependencies