From 489cdc72650ab03a53e9b4d476288a3380492743 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Tue, 30 Dec 2025 18:48:43 +0100 Subject: [PATCH] Fix typo in README regarding Windows support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad713b..eb9cf9f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This builds `librtmp.so` and example binaries `rtmp_server_cpp` and `rtmp_server ## Windows Support -Windows Support hasn't been added yet, it will be implemented once the Linx Port is fully Working. +Windows Support hasn't been added yet, it will be implemented once the Linux Port is fully Working. ### Run Example ```bash