Skip to content

Commit

Permalink
fix: example sha2
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jul 6, 2024
1 parent 4749e63 commit 924f541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order to build the application, zkm requires a latest nightly toolchain. Just

# Running the examples

An end-to-end example has been presented in [examples](./examples).
An end-to-end example has been presented in [examples](./prover/examples).

# Guidance for external contributors

Expand Down
2 changes: 1 addition & 1 deletion prover/examples/sha2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ name = "sha2-bench"
edition = "2021"

[dependencies]
zkm-runtime = { path = "../../runtime/entrypoint" }
zkm-runtime = { path = "../../../runtime/entrypoint" }
sha2 = { version = "0.10.8", default-features = false }

0 comments on commit 924f541

Please sign in to comment.