diff --git a/README.md b/README.md index 7041f91..a8fc845 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NEAR NFT-Tutorial JavaScript Edition -[![](https://img.shields.io/github/workflow/status/near-examples/nft-tutorial-js/Tests/master?color=green&label=Tests)](https://github.com/near-examples/nft-tutorial-js/actions/workflows/tests.yml) +[![](https://img.shields.io/github/workflow/status/near-examples/nft-tutorial-js/Tests/master?label=Tests)](https://github.com/near-examples/nft-tutorial-js/actions/workflows/tests.yml) Welcome to NEAR's NFT tutorial, where we will help you parse the details around NEAR's [NEP-171 standard](https://nomicon.io/Standards/NonFungibleToken/Core.html) (Non-Fungible Token Standard), and show you how to build your own NFT smart contract from the ground up, improving your understanding about the NFT standard along the way.