From 1231d8f52011af01a44c88253db9fbbbbc4dfc94 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Wed, 30 Jul 2014 23:16:16 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a48279..2414a0d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ public class Gprmc : NmeaMessage If you add new messages, please fork, provide a simple unit test for the message and submit a pull request. + +### 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). + + Usage =====================