From 706c1c047bdbe628f8424e29a548bbc5333dacc2 Mon Sep 17 00:00:00 2001 From: Bart Date: Wed, 3 Jan 2024 10:27:24 +0100 Subject: [PATCH] Fix contract file link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1ab4bb..6bbe9483 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ fungible token switchboard instead. ## Contract metadata -Now that contract borrowing is released, you can also implement the [Resolver](./contracts/Resolver.cdc) interface on your contract +Now that contract borrowing is released, you can also implement the [ViewResolver](./contracts/ViewResolver.cdc) interface on your contract and resolve views from there. As an example, you might want to allow your contract to resolve NFTCollectionData and NFTCollectionDisplay so that platforms do not need to find an NFT that belongs to your contract to get information about how to set up or show your collection.