From 15a64357dbb1561e8377ba0b6dd20cd3cd4c3caf Mon Sep 17 00:00:00 2001 From: Roy Sutton Date: Wed, 4 Sep 2024 14:59:14 -0400 Subject: [PATCH 1/2] Fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17ed35a..c1ecaeb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Have fun! ⛵️ ## Setup -To ensure all components work seamlessly, set the following environment variables in your `.env` file using `.local.env.example` as a reference. +To ensure all components work seamlessly, set the following environment variables in your `.env` file using `.env.local.example` as a reference. You can find the API key on the [Coinbase Developer Portal's OnchainKit page](https://portal.cdp.coinbase.com/products/onchainkit). If you don't have an account, you will need to create one. @@ -36,7 +36,7 @@ NEXT_PUBLIC_WC_PROJECT_ID="GET_FROM_WALLET_CONNECT" ```sh # Install bun in case you don't have it -bun curl -fsSL | bash +curl -fsSL | bash # Install packages bun i @@ -54,4 +54,4 @@ bun run dev ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file From 276900527166d7e3de719b86b0009a36d064a4ee Mon Sep 17 00:00:00 2001 From: Roy Sutton Date: Wed, 4 Sep 2024 15:01:54 -0400 Subject: [PATCH 2/2] Remove brackets around URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ecaeb..c64023f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ NEXT_PUBLIC_WC_PROJECT_ID="GET_FROM_WALLET_CONNECT" ```sh # Install bun in case you don't have it -curl -fsSL | bash +curl -fsSL https://bun.sh/install | bash # Install packages bun i