From 12fbf028820ad0aa4287b101e65b89a5fa5b723f Mon Sep 17 00:00:00 2001 From: Daniel Lam Date: Sun, 31 Mar 2024 11:24:18 +0700 Subject: [PATCH] feat: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23fa566..5340941 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ Introductory course to the Move language maintained by [Sui Foundation](https:// - **Unit Five: Sui Kiosk** - [Programmable Transaction Block](./unit-five/lessons/1_programmable_transaction_block.md) - [Hot Potato Design Pattern](./unit-five/lessons/2_hot_potato_pattern.md) - - [Sui Kiosk](./unit-five/lessons/3_kiosk.md) + - [Sui Kiosk Basic Concepts](./unit-five/lessons/3_kiosk_basics.md) + - [Sui Kiosk Basic Usage](./unit-five/lessons/4_kiosk_basic_usage.md) + - [Transfer Policy](./unit-five/lessons/5_transfer_policy.md) - **Advanced Topics** - [BCS Encoding](./advanced-topics/BCS_encoding/lessons/BCS_encoding.md)