Update README.md

This commit is contained in:
Morten Nielsen 2015-01-30 12:26:30 -08:00
parent 721666bd6d
commit 2fa503c9b8

View file

@ -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).
<div style="box-shadow: 2px 2px 3px #6e6e6e; color:#e2e2e2; padding:15px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#202020;border:4px solid silver;border-radius:5px;">
<p>
<code>PM&gt; Install-Package SharpGIS.NmeaParser
</code>
</p>
</div>
<table border="4px">
<tr><td>
<code>PM&gt; Install-Package SharpGIS.NmeaParser</code>
</td></tr></table>
Usage
=====================