From 198a70d9a212f2e430ee521de5346c2f24b9914e Mon Sep 17 00:00:00 2001 From: SwayStar123 <46050679+SwayStar123@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:16:18 +0530 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6e914..0e69fe6 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ A basic implementation of the vault standard demonstrating how to restrict depos Example of the SRC-7 implementation where metadata exists for only a single asset with one `SubId`. -##### - [Mutli Native Asset](./examples/src7-metadata/multi_asset/src/multi_asset.sw) +##### - [Multi Native Asset](./examples/src7-metadata/multi_asset/src/multi_asset.sw) Example of the SRC-7 implementation where metadata exists for multiple assets with differing `SubId`s.