diff --git a/sdk/macros/README.md b/sdk/macros/README.md index bfdd8c5ab..5dd1c7864 100644 --- a/sdk/macros/README.md +++ b/sdk/macros/README.md @@ -32,7 +32,7 @@ To use `#[profile]` macro in SDK, one must import the profiler dependency: ```toml [dependencies] -nexus-profiler = { git = "https://github.com/nexus-xyz/nexus-zkvm/macro/profiler" } +nexus-profiler = { git = "https://github.com/nexus-xyz/nexus-zkvm/tree/main/sdk/macros/profiler" } ``` ```rust @@ -129,4 +129,4 @@ pub fn eval_inst_top(vm: &mut NexusVM) -> Result<()> { } ``` -The second example will profile the whole `eval_inst_top` function. \ No newline at end of file +The second example will profile the whole `eval_inst_top` function.