From 33f5c2765a3597a8256f564491fa27c1aae11a9d Mon Sep 17 00:00:00 2001 From: Axwaizee <83546692+Axwaizee@users.noreply.github.com> Date: Thu, 23 Jul 2026 07:27:32 +0530 Subject: [PATCH] docs (update): repository URL in setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d65a2f..20e17bf2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ openship/ 1. **Clone and install dependencies:** ```bash - git clone https://github.com/openship-org/openship.git + git clone https://github.com/openshiporg/openship.git cd openship npm install ```