Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
chore: typo (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored Apr 5, 2024
1 parent e1216b6 commit f0b7a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ contract SimpleCounter with Deployable {
}
```

To re-compile or deploy, refer to the commands in the scripts section of `package.json` in the root of this newly created projec and to the documentation of [Blueprint](https://github.com/ton-org/blueprint) — this is a tool we've used to create and compile your first simple counter contract in Tact. In fact, Blueprint can do much more than that: including tests, customizations and more.
To re-compile or deploy, refer to the commands in the scripts section of `package.json` in the root of this newly created project and to the documentation of [Blueprint](https://github.com/ton-org/blueprint) — this is the tool we've used to create and compile your first simple counter contract in Tact. In fact, Blueprint can do much more than that: including tests, customizations and more.

</Steps>

Expand Down

0 comments on commit f0b7a70

Please sign in to comment.