From ddbfe98b2d0b5b89e6147b871720225b0dd74d8c Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Thu, 5 Mar 2026 11:28:25 -0500 Subject: [PATCH] fix: Update proxy canister description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef60434..78be1eb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ icp new --subfolder | [rust](./rust/) | A basic Rust canister | | [hello-world](./hello-world/) | Full-stack dapp with a frontend and backend canister (Rust or Motoko) | | [static-website](./static-website/) | A static website deployed to an asset canister | -| [proxy](./proxy/) | A pre-built proxy canister that forwards HTTP requests to external URLs | +| [proxy](./proxy/) | A pre-built proxy canister for use with `icp canister call --proxy` | ## Contributing