Skip to content

Commit 156c281

Browse files
committed
Update README
- Update URL for logo. - Fix typos.
1 parent 3d8a5cf commit 156c281

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_Azure.Devices&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_Azure.Devices) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_Azure.Devices&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_Azure.Devices) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Azure.Devices.Client.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.Azure.Devices.Client/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/main/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)
22

3-
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)
3+
![nanoFramework logo](http://raw.githubusercontent.com/nanoframework/Home/main/resources/logo/nanoFramework-repo-logo.png)
44

55
-----
66

7-
# Welcome to the **nanoFramework** Azure.Devices.Client Library repository!
7+
# Welcome to the .NET **nanoFramework** Azure.Devices.Client Library repository
88

99
## Build status
1010

@@ -25,7 +25,7 @@ You can watch this video from the Microsoft [IoT Show](https://aka.ms/iotshow) f
2525

2626
This Azure IoT Hub SDK is using MQTT. So you need to ensure you can connect to port 8883 using TLS protocol. If you are connected to an enterprise network, this may be blocked. In most cases, this is not an issue.
2727

28-
The namespaces, the name of the classes and the methods try to get close to the .NET C# Azure IoT SDK. This should allow easier portability of the code between the full .Net framework and nanoFramwork environments.
28+
The namespaces, the name of the classes and the methods try to get close to the .NET C# Azure IoT SDK. This should allow easier portability of the code between the full .Net framework and nanoFramework environments.
2929

3030
### Certificate
3131

@@ -368,7 +368,7 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
368368

369369
## Code of Conduct
370370

371-
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
371+
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
372372
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
373373

374374
### .NET Foundation

0 commit comments

Comments
 (0)