Skip to content

Commit e47a99e

Browse files
committed
Add license identifier.
1 parent 2fa0328 commit e47a99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ You have created and have possession of unique glass-blown artwork (each having
7878
To do this, simply paste the code below into Remix and deploy the smart contract. You will "mint" a token for each new piece of artwork you want to see. Then you will "burn" that token when you surrender physical possession of the piece.
7979

8080
```solidity
81+
// SPDX-License-Identifier: MIT
8182
pragma solidity ^0.8.0;
8283
8384
import "https://github.com/0xcert/ethereum-erc721/src/contracts/tokens/nf-token-metadata.sol";

0 commit comments

Comments
 (0)