Update README.md

This commit is contained in:
Felix Weiß
2023-06-16 15:05:34 +02:00
committed by GitHub
parent d5b701186e
commit ff3cc41aea

View File

@@ -51,12 +51,7 @@ Where is the RS232/Serial support?
# Installing
Install this package by using [Nuget](https://www.nuget.org/packages/Mewtocol.NET) or reference
```XML
<PackageReference Include="Mewtocol.NET" Version="0.7.0"/>
```
in your dependencies.
Alternatively use the dotnet CLI and run
Use the dotnet CLI and run
```Shell
dotnet add package Mewtocol.NET
```