Browse Source

Fix typo in guide.

Nicolás Venturo 6 years ago
parent
commit
c23c63f9e5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/tokens.md

+ 2 - 1
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: