diff --git a/pages/index.mdx b/pages/index.mdx index 8ccec1ac..e61fcbf2 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -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.