Skip to content

Commit

Permalink
Merge pull request #419 from partylikeits1983/fix-collatz-readme
Browse files Browse the repository at this point in the history
fix: collatz example readme
  • Loading branch information
greenhat authored Mar 4, 2025
2 parents a0364a9 + 703bd47 commit f510174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/collatz/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# fibonacci
# collatz

## Useful commands

`fibonacci` is built using the [Miden compiler](https://github.com/0xPolygonMiden/compiler).
`collatz` is built using the [Miden compiler](https://github.com/0xPolygonMiden/compiler).

`cargo miden` is a `cargo` cargo extension. Check out its [documentation](https://0xpolygonmiden.github.io/compiler/usage/cargo-miden/#compiling-to-miden-assembly)
for more details on how to build and run the compiled programs.
Expand All @@ -16,6 +16,6 @@ cargo miden build --release
## Run

```bash
midenc run target/miden/release/fibonacci.masp --inputs inputs.toml
midenc run target/miden/release/collatz.masp --inputs inputs.toml
```

0 comments on commit f510174

Please sign in to comment.