added some info to the readme

This commit is contained in:
Ell 2021-05-01 20:53:13 +02:00
parent f70f6d7ffa
commit 4133643338
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Ellpeck</Authors>
<Description>A simple keyboard and mouse lighting library with support for Razer and Logitech devices</Description>
<PackageTags>lighting keyboard mouse lighting logitech lightsync razer chroma</PackageTags>
<PackageTags>lighting keyboard mouse logitech lightsync razer chroma</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

View file

@ -1,2 +1,4 @@
# Illumilib
A simple keyboard and mouse lighting library with support for Razer and Logitech devices
A simple keyboard and mouse lighting library with support for Razer and Logitech devices.
- See the [Demo](https://github.com/Ellpeck/Illumilib/blob/main/Demo/Program.cs) for a demonstration.
- See [IllumilibLighting](https://github.com/Ellpeck/Illumilib/blob/main/Illumilib/IllumilibLighting.cs) for the API documentation.