Skip to content

Commit

Permalink
fix invalid bun installation command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvraja authored Dec 6, 2024
1 parent b6273b0 commit eb9a6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://bun.sh/install> | bash
curl -fsSL https://bun.sh/install | bash

# Install packages
bun i
Expand Down

0 comments on commit eb9a6f9

Please sign in to comment.