Skip to content

Commit

Permalink
update readme of init (#189)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
julienbrs and Ben-Rey authored May 31, 2023
1 parent e56c40f commit 6a3bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sc-project-initializer/commands/init/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 6a3bf06

Please sign in to comment.