diff options
| 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) | |
| tree | b5c878915b843d34bf04d1e70f8b7ec610eddc5c /README.md | |
| parent | eb59d21c39bb91075d81ee8a9bbde83fe8205cfe (diff) | |
| download | toy-debugger-38a057dcbd7246e4aab99a23184fb529a42ae0cf.tar.gz | |
Fix header formatting in README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
