diff --git a/README.md b/README.md index 9cd6c1f07094d345cdc3d65db0040ca56cec8b7f..8cfbcc9cba5c5f46872d0033ef5bde4d0805977e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ `make`. 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