From ea5c78281be9ae66504218209e735a96ae1aff96 Mon Sep 17 00:00:00 2001 From: Erhnysr Date: Sat, 25 Jul 2026 23:15:08 +0300 Subject: [PATCH] docs: fix stale clone URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4418be..24a993c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The escrow and its ERC-3009 token collector are not natively deployed on Arc Tes 1. Clone the repository and install dependencies: ```bash - git clone https://github.com/akelani-circle/arc-ecommerce-payments.git + git clone https://github.com/circlefin/arc-ecommerce-payments.git cd arc-ecommerce-payments npm install ```