From b6d0c54cb906b5f5c24431d5fc4a109687b33517 Mon Sep 17 00:00:00 2001 From: oledfish <88390729+oledfish@users.noreply.github.com> Date: Sat, 23 Jul 2022 19:02:56 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d59cc..e8249ba 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ A .NET implementation of a parser for the [KDL Document Language](https://github.com/kdl-org/kdl). Most of its logic and structure is based around [kdl4j](https://github.com/hkolbeck/kdl4j) by [hkolbeck](https://github.com/hkolbeck). +# Install + +The package is available at [NuGet](https://www.nuget.org/packages/Kadlet). + # Usage ```csharp @@ -87,4 +91,4 @@ This library is in an early state and bugs may be found. Issues and pull request # License -Kadlet is made available under the MIT license. \ No newline at end of file +Kadlet is made available under the MIT license.