From d11c0a7c7ea8a57568a024c86730151e77211b4e Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 10 Apr 2024 23:00:22 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3eb4bb..b172d32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ArtNetSharp -This library allows you to use the ArtNet protocol version 4 in C# -It runs on Windows and Linux +This library allows you to use the ArtNet protocol version 4 in C#.\ +It runs on Windows, Linux, and MacOS\ +\ +Still in Early Access ## Quickstart * [Controller](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/ControllerExample/Program.cs)