From 0a071f12b512a6f717f4fbc1ad25dbe023b672d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Ezequiel=20Langberg?= Date: Mon, 7 Oct 2024 14:53:52 +0200 Subject: [PATCH] Fix quickstart (#2248) --- docs/2.build/2.smart-contracts/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.build/2.smart-contracts/quickstart.md b/docs/2.build/2.smart-contracts/quickstart.md index 0278e3bffcb..665b682ef5e 100644 --- a/docs/2.build/2.smart-contracts/quickstart.md +++ b/docs/2.build/2.smart-contracts/quickstart.md @@ -293,7 +293,7 @@ Having our account created, we can now deploy the contract: ```bash - near deploy build/release/hello.wasm + near deploy build/hello_near.wasm ```