From c0021e08288772c7cd9d78fd9be1b824e672ffb0 Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Mon, 16 Dec 2024 02:32:46 +0400 Subject: [PATCH] Fix tx name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b734e0b..56b2032 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Recipe metadata, such as title, author, and category labels, is stored in `index recipe-name/ ├── cadence/ # Cadence files for recipe examples │ ├── contracts/Recipe.cdc # Contract code -│ ├── transactions/create_et.cdc # Transaction code +│ ├── transactions/create_set.cdc # Transaction code │ ├── tests/Recipe_test.cdc # Tests code ├── explanations/ # Explanation files for recipe examples │ ├── contract.txt # Contract code explanation