From 8e6179d631eccc9e0ea06502c759efe69d07c670 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Fri, 1 Mar 2024 15:02:17 -0500 Subject: [PATCH] Update README.md Fix article link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d159f3a..275b273 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A complete NFT website with Minting and Gallery features. Based off of the ExoBi - [React](#react) ## Article -This project accompanies ["How To Build An NFT Website"]([https://medium.com/@greenzeta/how-to-build-an-nft-website-b66431560fff](https://greenzeta.com/how-to-build-an-nft-website/)) on GreenZeta.com. The article explains everything you need to get started building an NFT website. Including: Contract deployment and interaction with a live contract using [Web3.js](https://github.com/ChainSafe/web3.js). Though this project stands by itself, it is recommended that you follow the full tutorial for a complete understanding. +This project accompanies ["How To Build An NFT Website"]([https://medium.com/@greenzeta/how-to-build-an-nft-website-b66431560fff](https://greenzeta.com/how-to-build-an-nft-website/) on GreenZeta.com. The article explains everything you need to get started building an NFT website. Including: Contract deployment and interaction with a live contract using [Web3.js](https://github.com/ChainSafe/web3.js). Though this project stands by itself, it is recommended that you follow the full tutorial for a complete understanding. ![Article Header](http://greenzeta.com/wp-content/uploads/2021/11/article_header.png)