From 04d01f3a48e22670e3a16599342bb27b40327d8a Mon Sep 17 00:00:00 2001 From: Yobi Date: Sun, 24 Dec 2023 01:05:45 +0900 Subject: [PATCH] Update README.md Fix Content / Unit Two / Introduction link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53af522..9aba3e6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Introductory course to the Move language maintained by [Sui Foundation](https:// - [Functions](./unit-one/lessons/4_functions.md) - [Contract Deployment](./unit-one/lessons/5_contract_deployment.md) - **Unit Two: Working with Sui Objects** - - [Introduction](./unit-two/lessons/1_working_wiith_sui_objects.md) + - [Introduction](./unit-two/lessons/1_working_with_sui_objects.md) - [Ownership](./unit-two/lessons/2_ownership.md) - [Parameter Passing and Object Deletion](./unit-two/lessons/3_parameter_passing_and_object_deletion.md) - [Object Wrapping](./unit-two/lessons/4_object_wrapping.md)