From 988bb93c9d285821d216b63893fb6e2b430882c6 Mon Sep 17 00:00:00 2001 From: 0xDED <63008025+dedouwe26@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:43:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 826e739..17cec9b 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ It also supports logging. - [Colors](https://github.com/dedouwe26/Terminal/tree/main/examples/Colors/Program.cs) (colors and text decoration) - [Keypresses](https://github.com/dedouwe26/Terminal/tree/main/examples/Keypresses/Program.cs) (waiting for keypress, reading keypresses) - [Logging](https://github.com/dedouwe26/Terminal/tree/main/examples/Logging/Program.cs) (also with sub-loggers.) -- [Window](https://github.com/dedouwe26/Terminal/tree/main/examples/Window/Program.cs) (Creates a terminal window, Only works in GUI mode) +- [Window](https://github.com/dedouwe26/Terminal/tree/main/examples/Window/Program.cs) (doesn't work) - [Argument parsing](https://github.com/dedouwe26/Terminal/tree/main/examples/Args/Program.cs)