From 459ea309dd990625efbf54018a1a08c716fbc25a Mon Sep 17 00:00:00 2001 From: Bhaskar Kashyap <31563474+bskrksyp9@users.noreply.github.com> Date: Mon, 25 Oct 2021 00:09:37 +0530 Subject: [PATCH] Typo in Readme Typo for Browser --- nft-minter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft-minter/README.md b/nft-minter/README.md index 6118910cf..249050db2 100644 --- a/nft-minter/README.md +++ b/nft-minter/README.md @@ -14,4 +14,4 @@ REACT_APP_PINATA_KEY = REACT_APP_PINATA_SECRET = REACT_APP_ALCHEMY_KEY = https://eth-ropsten.alchemyapi.io/v2/ ``` -4. Run `npm start`in your terminal to open the minter in your browswera at http://localhost:3000/. +4. Run `npm start`in your terminal to open the minter in your browser at http://localhost:3000/.