From 8c65d6a3e9e45876378117e8560860f553673a29 Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Wed, 29 Jun 2022 17:38:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a7b453..f06a194 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This is by far the simpler option if you want to use the standard Jetton code. Y   ## Option 2: Edit the Jetton code to add a custom token behavior -This is much more complicated and will allow you to change the actual behavior of the Jetton to any custom behavior you want to program with the [FunC](https://ton.org/docs/#/func) language. For example, let's say you want a special Jetton that pays a 1% fee to some address every time its transferred between users. For this option you will need to install the FunC compiler on your machine. +This is much more complicated and will allow you to change the actual behavior of the Jetton to any custom behavior you want to program with the [FunC](https://ton.org/docs/#/func) language. For example, let's say you want a special Jetton that pays a 1% fee to some address every time it's transferred between users. Since this behavior is different from the standard, for this option you will need to install the FunC compiler on your machine. > Note: This project is based on the [tonstarter-contracts](https://github.com/ton-defi-org/tonstarter-contracts) repo, consult it if you need more help.