Skip to content

Commit

Permalink
Update devnet.md (MystenLabs#7168)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
georgescharlesbrain authored Jan 5, 2023
1 parent 281544d commit 5fce5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/build/devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ https://explorer.sui.io/objects/EC97467A40A1305FFDEF7019C3045FBC7AA31E29

## Publish a Move module

This section describes hwo to publish a sample Move package using code developed in the [Sui Move tutorial](../build/move/write-package.md). The instructions assume that you installed Sui in the default location.
This section describes how to publish a sample Move package using code developed in the [Sui Move tutorial](../build/move/write-package.md). The instructions assume that you installed Sui in the default location.
```shell
sui client publish <your-sui-repo>/sui_programmability/examples/move_tutorial --gas-budget 30000
```
Expand Down Expand Up @@ -220,4 +220,4 @@ https://explorer.sui.io/objects/
Related topics:
* [Create Smart Contracts with Move](../build/move).
* [Programming with Objects](../build/programming-with-objects/)
* [Programming with Objects](../build/programming-with-objects/)

0 comments on commit 5fce5b3

Please sign in to comment.