Update README to remove work-in-progress notice

Removed important note about project status.

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-16 15:51:36 +0100
Committer GitHub <noreply@github.com> 2026-01-16 15:51:36 +0100
Commit 8543782f2c9dd3fc5af667a5265da786b16e5eb3 (patch)
-rw-r--r-- README.md 4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
...
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.
4
debugger.
5
  
5
  
6
> [!IMPORTANT]
  
7
> This is a work in progress and is not a production-ready debugger. I wrote
  
8
> this to learn how to use the LLDB C++ API.
  
9
  
  
10
https://github.com/user-attachments/assets/a42057f5-1899-416a-a408-e38efef89866
6
https://github.com/user-attachments/assets/a42057f5-1899-416a-a408-e38efef89866
11
  
7
  
12
## Requirements
8
## Requirements
...