From 2cdc3e714ad3736d056d29af8778cf0b5b6832e0 Mon Sep 17 00:00:00 2001 From: pgrote Date: Fri, 2 Feb 2024 13:02:10 +0100 Subject: [PATCH] Set Links for Examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06bcd9c..839796d 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ This library allows you to use the ArtNet protocol version 4 in C# ## Quickstart -[Controller](https://pages.github.com/). -[Node](https://pages.github.com/). +* [Controller](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/ControllerExample/Program.cs) +* [Node](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/NodeExample/Program.cs)