Skip to content

Commit

Permalink
fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
douyixuan committed Oct 29, 2024
1 parent 8279504 commit 2eb378c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "debug"
import "tx"
import "cell"
function main() {
func main() {
if tx.isOwnerMode() {
return 0
}
Expand Down Expand Up @@ -167,7 +167,7 @@ ckb-c-stdlib use molecule 0.7.1
cargo install [email protected] --locked
```

## How to Deploy?
## To Deploy a CKB contract

```
git clone [email protected]:cell-labs/cell-cli.git
Expand Down

0 comments on commit 2eb378c

Please sign in to comment.