Skip to content

Commit c494889

Browse files
authored
NuGet.org: Update README to be compatible (#43)
1 parent 582f316 commit c494889

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

Images/csharp-logo.png

Lines changed: 2 additions & 2 deletions
Loading

Images/hivemq-mqtt-client.png

Lines changed: 3 additions & 0 deletions
Loading

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
<p align="center">
2-
<img src="https://www.hivemq.com/img/svg/hivemq-mqtt-client.svg" width="500">
3-
<img src="./Images/csharp-logo.png" height="124">
4-
</p>
5-
6-
<div align="center">
1+
![](./Images/hivemq-mqtt-client.png)
2+
![](./Images/csharp-logo.png)
73

84
# The Spectacular (BETA) C# MQTT Client for .NET
95

@@ -15,8 +11,6 @@ _This .NET MQTT client was put together with love from the HiveMQ team but is st
1511

1612
We'd appreciate any feedback you have. Happy MQTT adventures!
1713

18-
</div>
19-
2014
* **Easy-to-Install**: Available as a Nuget package.
2115
* **Opensource**: No blackbox code. Only trusted, tested and reviewed opensource code.
2216
* **Easy to Use**: Smart defaults, excellent interfaces and intelligent automation makes implementing a breeze.
@@ -40,7 +34,13 @@ Need a broker? Sign up for a free broker at [HiveMQ Cloud](https://www.hivemq.co
4034

4135
## Install
4236

43-
... via NuGet
37+
This package is [available on NuGet.org](https://www.nuget.org/packages/HiveMQtt/) and can be installed with:
38+
39+
```sh
40+
dotnet add package HiveMQtt
41+
```
42+
43+
See the [HiveMQtt NuGet page](https://www.nuget.org/packages/HiveMQtt/) for more installation options.
4444

4545
## Quickstart
4646

0 commit comments

Comments
 (0)