summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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