From b4d4e1096fe11dcfa42e38ea9f2938621817dae6 Mon Sep 17 00:00:00 2001 From: SwayStar123 <46050679+SwayStar123@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:58:44 +0530 Subject: [PATCH] Update README.md --- standards/src_7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/src_7/README.md b/standards/src_7/README.md index 5de964f..aadadf5 100644 --- a/standards/src_7/README.md +++ b/standards/src_7/README.md @@ -45,7 +45,7 @@ The `Int` variant SHALL be used when the stored metadata for the corresponding ` The `String` variant SHALL be used when the stored metadata for the corresponding `AssetId` and `String` key pair is of the `String` type. The `String` variant MUST be used when a URI is required but MAY contain any arbitrary `String` data. -## Require Functions +## Required Functions ### `fn metadata(asset: AssetId, key: String) -> Option`