Skip to content

Commit 47c2ac0

Browse files
committed
docs: fix README for NuGet.org rendering
1 parent d13acfe commit 47c2ac0

1 file changed

Lines changed: 6 additions & 28 deletions

File tree

README.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,9 @@
1-
<div align="center">
2-
<picture>
3-
<img src=".assets/nuget.svg" width="180">
4-
</picture>
5-
6-
<h1>
7-
Plugin.Maui.NearbyConnections
8-
</h1>
9-
<p>
10-
A .NET MAUI plugin for peer-to-peer (P2P) connectivity with nearby devices by unifying Google's <a href="https://developers.google.com/nearby/connections/overview" target="_blank">Nearby Connections</a> and Apple's <a href="https://developer.apple.com/documentation/multipeerconnectivity" target="_blank">Multipeer Connectivity</a> capabilities.
11-
</p>
12-
</div>
13-
<h1>
14-
</h1>
15-
16-
<div align="center">
17-
<div>
18-
<a href="https://www.nuget.org/packages/Plugin.Maui.NearbyConnections">
19-
<img alt="NuGet Version" src="https://img.shields.io/nuget/v/Plugin.Maui.NearbyConnections">
20-
</a>
21-
</div>
22-
<div>
23-
<a href="https://github.com/phunkeler/Plugin.Maui.NearbyConnections/blob/main/LICENSE">
24-
<img alt="GitHub License" src="https://img.shields.io/github/license/phunkeler/Plugin.Maui.NearbyConnections">
25-
</a>
26-
</div>
27-
</p>
28-
</div>
1+
# Plugin.Maui.NearbyConnections
2+
3+
A .NET MAUI plugin for peer-to-peer (P2P) connectivity with nearby devices by unifying Google's [Nearby Connections](https://developers.google.com/nearby/connections/overview) and Apple's [Multipeer Connectivity](https://developer.apple.com/documentation/multipeerconnectivity) capabilities.
4+
5+
[![NuGet Version](https://img.shields.io/nuget/v/Plugin.Maui.NearbyConnections)](https://www.nuget.org/packages/Plugin.Maui.NearbyConnections)
6+
[![GitHub License](https://img.shields.io/github/license/phunkeler/Plugin.Maui.NearbyConnections)](https://github.com/phunkeler/Plugin.Maui.NearbyConnections/blob/main/LICENSE)
297

308
# Supported Platforms
319

0 commit comments

Comments
 (0)