diff --git a/README.md b/README.md index 1283f1f..27b600e 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ This library allows you to use the ArtNet protocol version 4 in C# ## Quickstart * [Controller](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/ControllerExample/Program.cs) -* [Node Output](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/NodeExample/Program.cs) +* [Node Output](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/NodeOutputExample/Program.cs) * [Node Input](https://github.com/DMXControl/ArtNetSharp/blob/main/Examples/NodeInputExample/Program.cs)