From 2d85bf4f7cd99fb9cbc93912999145c9678e9aba Mon Sep 17 00:00:00 2001 From: Fabco Date: Tue, 9 Jul 2024 13:30:22 +0200 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cfb852..cfdcce7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A set of low, high value TON blockchain (The Open Network) FunC smart contracts - **Arithmetic** : TON Smart contract that performs basic add/substract/multiply operations on a integer - **Fibonacci** : TON Smart contract that stores two integers, and continues the fibonacci sequence everytime it is touched. - **Ten thousands transfers** : Two blockchain users exchange TON back and forth, 10.000 times, balance is checked after each transfer. -- **One thousand token transfer** : Mints a new token with 100B supply, 30B are sent to three blockchain users, they do one thusands small token transfers. +- **One thousand token transfer** : Mints a new token with 100B supply, 30B are sent to three blockchain users, they do one thousand small token transfers. Balance is checked after each transfer. ```sh yarn