From 6134dc1899b82a6d7845ec3b8cda417061303fe1 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sun, 29 Mar 2026 20:21:25 -0400 Subject: [PATCH 1/2] Update the README to improve readability --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2acea915..acbc6bb2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Supports both live payment standards on Solana: - **[MPP](https://mpp.dev/)** — Machine Payments Protocol - **[x402](https://x402.org/)** — x402 Payment Protocol -Stablecoins deployed to Solana are supported out of the box. +The platform supports Solana-deployed stablecoins out of the box. ### Touch ID & 1Password Key Storage @@ -79,6 +79,12 @@ cd pay/rust cargo install --path crates/cli ``` +### Homebrew + +```sh +brew install pay +``` + ### Verify ```sh From 0f2c086a06b62d255d75ea5c5cfbf75aa3305c01 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Mon, 30 Mar 2026 11:04:18 -0400 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acbc6bb2..1434dd2e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Supports both live payment standards on Solana: - **[MPP](https://mpp.dev/)** — Machine Payments Protocol - **[x402](https://x402.org/)** — x402 Payment Protocol -The platform supports Solana-deployed stablecoins out of the box. +The tool supports Solana-deployed stablecoins out of the box. ### Touch ID & 1Password Key Storage