From 1efab100654a1d36cff585338480cfab129af4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hein=20Andre=20Gr=C3=B8nnestad?= Date: Thu, 14 Sep 2023 19:44:34 +0200 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 241f9c3..cc27b05 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,17 @@ This C# .NET library allows you to interact with the IKEA DIRIGERA hub. - [Unofficial IKEA DIRIGERA Library](#unofficial-ikea-dirigera-library) + - [Example Program](#example-program) - [Nuget](#nuget) - [Publish Nuget Package](#publish-nuget-package) - [Disclaimer](#disclaimer) + +## Example Program + +[An example program can be found here.](Dirigera.Lib/Dirigera.Cli/Program.cs) + + ## Nuget This library is available as a Nuget [here](https://www.nuget.org/packages/Dirigera.Lib).