From 6a3bf063ab6e6888c5b7ae16ff4305539dc3e4cc Mon Sep 17 00:00:00 2001 From: julienbrs <106234742+julienbrs@users.noreply.github.com> Date: Wed, 31 May 2023 16:37:15 +0200 Subject: [PATCH] update readme of init (#189) * update readme of init * Update packages/sc-project-initializer/commands/init/README.md Co-authored-by: Senji888 <44082144+Ben-Rey@users.noreply.github.com> --------- Co-authored-by: Senji888 <44082144+Ben-Rey@users.noreply.github.com> --- packages/sc-project-initializer/commands/init/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sc-project-initializer/commands/init/README.md b/packages/sc-project-initializer/commands/init/README.md index 00e703c6..eb29671b 100644 --- a/packages/sc-project-initializer/commands/init/README.md +++ b/packages/sc-project-initializer/commands/init/README.md @@ -32,7 +32,7 @@ function: - line 33: create the `Args` object to pass to the constructor of the contract you want to deploy When the deployment operation is executed on-chain, the -[constructor](https://github.com/massalabs/massa-sc-toolkit/blob/main/packages/sc-project-initializer/commands/init/assembly/contracts/main.ts#L14) +[constructor](https://github.com/massalabs/massa-sc-toolkit/blob/main/packages/sc-project-initializer/commands/init/assembly/contracts/main.ts#L10) function of the smart contract being deployed will be called with the arguments provided in the deployment script.