summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-16 10:20:08 +0100
committerGitHub <noreply@github.com>2026-01-16 10:20:08 +0100
commit38a057dcbd7246e4aab99a23184fb529a42ae0cf (patch)
treeb5c878915b843d34bf04d1e70f8b7ec610eddc5c /README.md
parenteb59d21c39bb91075d81ee8a9bbde83fe8205cfe (diff)
downloadtoy-debugger-38a057dcbd7246e4aab99a23184fb529a42ae0cf.tar.gz
Fix header formatting in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cd6c1f..8cfbcc9 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ After you clone the repository build the debugger and a sample program with
Then run the debugger with example program with `./tdbg example`.
-## Available commands:
+## Available commands
- `c` - Continue execution until the next breakpoint or stop
- `s` - Step into the next instruction/function