Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Sep 3, 2023
1 parent 497fd4c commit 7dc4e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The key idea behind smartdeploy is that contract should be redeployable and main
First you need to add smartdeploy-sdk to your contract's `Cargo.toml`

```toml
smartdeploy-sdk = { git = "https://github.com/TENK-DAO/smartdeploy", "tag" = "v0.1.0" }
smartdeploy-sdk = "0.1.0"
```

### `soroban-cli`
Expand Down

0 comments on commit 7dc4e89

Please sign in to comment.