From 8accb4503d23b225dc73a282a4612848b366e443 Mon Sep 17 00:00:00 2001 From: Anthony Kelani Date: Sun, 18 Jan 2026 19:58:30 +0000 Subject: [PATCH] Update README to correct directory name from 'top-up' to 'arc-commerce' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c53397..a9bb854 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project demonstrates how to integrate USDC as a payment method for purchasi ```bash git clone git@github.com:circlefin/arc-commerce.git - cd top-up + cd arc-commerce npm install ```