diff --git a/docs/tokens.md b/docs/tokens.md index d2a0dcad8..0aca6f83e 100644 --- a/docs/tokens.md +++ b/docs/tokens.md @@ -115,7 +115,8 @@ contract DoggoTime is ERC721Full { _setTokenURI(doggoTokenId, tokenURI); return true; } -}``` +} +``` Now anyone who wants to sell their time in exchange for DOGGO tokens can call: