Fix typo in README.md

Corrected a typo in the project description.

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-16 10:19:14 +0100
Committer GitHub <noreply@github.com> 2026-01-16 10:19:14 +0100
Commit eb59d21c39bb91075d81ee8a9bbde83fe8205cfe (patch)
-rw-r--r-- README.md 2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
1
# Toy Debugger
1
# Toy Debugger
2
  
2
  
3
This project demonstrates how to use the LLDB C++ API to build a very basic
3
This project demonstrates how to use the LLDB C++ API to build a very basic
4
debugger tool.
4
debugger.
5
  
5
  
6
https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa
6
https://github.com/user-attachments/assets/677f69fd-c5fe-402c-9342-3304547b29aa
7
  
7
  
...