From 0399df239733be56a1135249e4a080794494772b Mon Sep 17 00:00:00 2001 From: pplmaverick <95532618+pplmaverick@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:55:26 +0800 Subject: [PATCH] fix(docs): correct clone URL and directory name to circlefin/arc-nanopayments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8b8cb9..ca6605d 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Circle Gateway batches many signed offchain authorizations into a single onchain 1. Clone the repository and install dependencies: ```bash - git clone https://github.com/akelani-circle/arc-nanopayments-demo.git - cd arc-nanopayments-demo + git clone https://github.com/circlefin/arc-nanopayments.git + cd arc-nanopayments npm install ```