Skip to content

Commit ca1c13a

Browse files
authored
Update README.md
1 parent d9d4bde commit ca1c13a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Debug-TUI
22
=========
33

4-
Interactive [Xdebug](https://xdebug.org) step-debugging client your terminal.
4+
Interactive [Xdebug](https://xdebug.org) step-debugging client for your terminal.
55

66
![Demo](https://github.com/user-attachments/assets/1a8a1d1b-d01b-4d71-9d35-c65e546e8c24)
77

88
- **Travel forwards**: step over, into and out.
9-
- **Travel backwards**: it's not quite time travel, but you can revisit
9+
- **Travel backwards**: it's not quite time travel - but you can revisit
1010
previous steps in _history mode_.
1111
- **Jump the stack**: jump up and down the stack.
1212
- **Vim-like motions**: Typing `100n` will repeat "step into" 100 times.
1313
- **Inline values**: Show variable values inline with the source code.
1414

1515
## Installation
1616

17-
- Download the [latest release](https://github.com/dantleech/debug-tui/releases/latest)
18-
- Compile it yourself `cargo build`
17+
- Download the [latest release](https://github.com/dantleech/debug-tui/releases/latest).
18+
- Compile it yourself `cargo build`.
1919

2020
## CLI options
2121

0 commit comments

Comments
 (0)