Fix header formatting in README.md
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-16 10:20:08 +0100 |
| Committer | GitHub <noreply@github.com> | 2026-01-16 10:20:08 +0100 |
| Commit | 38a057dcbd7246e4aab99a23184fb529a42ae0cf (patch) |
|
-rw-r--r-- |
README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 16 | 16 | ||
| 17 | Then run the debugger with example program with `./tdbg example`. |
17 | Then run the debugger with example program with `./tdbg example`. |
| 18 | 18 | ||
| 19 | ## Available commands: |
19 | ## Available commands |
| 20 | 20 | ||
| 21 | - `c` - Continue execution until the next breakpoint or stop |
21 | - `c` - Continue execution until the next breakpoint or stop |
| 22 | - `s` - Step into the next instruction/function |
22 | - `s` - Step into the next instruction/function |
| ... | |||