about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index d5e85337..a9393db8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -89,7 +89,7 @@ Emulated runs can generate a trace that permits [time-travel debugging](https://
   $ ./subx --debug --trace run examples/factorial
   saving trace to 'last_run'
 
-  $ ../browse_trace/browse_trace last_run  # text-mode debugger UI
+  $ ./browse_trace/browse_trace last_run  # text-mode debugger UI
   ```
 
 You can write tests for your programs. The entire stack is thoroughly covered