From 9ba2ec1e211d262b9b1fdc7b97530c36c7c6d42d Mon Sep 17 00:00:00 2001 From: Hilmar X Date: Tue, 1 Aug 2023 13:54:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded8170..bb7b702 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn install 2. Create a `.env` file with your private config: ``` -cp .env.example .env +cp .env-example .env ``` You will need to input your `PROVIDER_URL`, your RPC. @@ -46,4 +46,4 @@ npx w3f deploy web3-functions/redstone/index.ts 5. Create the task following the link provided when deploying the web3 to IPFS in our case: ``` https://beta.app.gelato.network/new-task?cid=QmWz7Y4fpoTxrXsHe1MK9qnk9bNUZrapMGGYiiEcm995JE -``` \ No newline at end of file +```