From dc1f0e54000d917e3b460f7eade0d50f968e37d9 Mon Sep 17 00:00:00 2001 From: Admin User Date: Wed, 14 Jan 2026 14:34:29 +0400 Subject: [PATCH] Fix git clone URL to point to Gitea repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c03da..2553de6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Transform vague ideas into production-ready prompts and PRDs. PromptArch is an e 1. **Clone & Install**: ```bash - git clone https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer.git + git clone https://github.rommark.dev/admin/PromptArch.git cd PromptArch npm install ```