Skip to content

Commit 938ed95

Browse files
authored
Merge pull request #14 from iajhff/main
Link to existing content for accuracy Looks like a good reorg. Thanks @iajhff.
2 parents dd051fd + d6a7b06 commit 938ed95

File tree

3 files changed

+37
-492
lines changed

3 files changed

+37
-492
lines changed

docs/getting-started/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ elements-cli --version
4040

4141
### 1. Create Contract
4242

43-
```rust title="always_true.simf"
43+
```rust title="hellosimply.simf"
4444
fn main() {
4545
// Contract that always succeeds
4646
}
@@ -49,7 +49,7 @@ fn main() {
4949
### 2. Compile Contract
5050

5151
```bash
52-
simply build --entrypoint always_true.simf
52+
simply build --entrypoint hellosimply.simf
5353
```
5454

5555
**Output:**

0 commit comments

Comments
 (0)