Skip to content

Commit

Permalink
Fix quickstart (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlanbar authored Oct 7, 2024
1 parent 89a3922 commit 0a071f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.build/2.smart-contracts/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Having our account created, we can now deploy the contract:
<TabItem value="short" label="Short">

```bash
near deploy <created-account> build/release/hello.wasm
near deploy <created-account> build/hello_near.wasm
```

</TabItem>
Expand Down

0 comments on commit 0a071f1

Please sign in to comment.