From eb9a6f96939f7ff8511080ae5121af0da5c14ce9 Mon Sep 17 00:00:00 2001 From: Pranavv Raja <114171126+pranavvraja@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:57:04 +0530 Subject: [PATCH] fix invalid bun installation command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a1137..6dcbc01 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Next, you'll want to replace `products` in the `OnchainStoreProvider` with your ```sh # Install bun in case you don't have it -bun curl -fsSL | bash +curl -fsSL https://bun.sh/install | bash # Install packages bun i