From 2fa503c9b83abc89a1ba22555a55809b28a32f67 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Fri, 30 Jan 2015 12:26:30 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cd6b456..7e85eca 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,10 @@ If you add new messages, please fork, provide a simple unit test for the message ### NuGet You can get the library via [NuGet](http://www.nuget.org) if you have the extension installed for Visual Studio or via the PowerShell package manager. This control is published via NuGet at [SharpGIS.NmeaParser](https://nuget.org/packages/SharpGIS.NmeaParser). -
-

- PM> Install-Package SharpGIS.NmeaParser - -

-
+ +
+ PM> Install-Package SharpGIS.NmeaParser +
Usage =====================