Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added nuget downloads and fixed flat/rounded inconsistency
  • Loading branch information
alandoherty authored Aug 15, 2018
1 parent 3acee8f commit 5d1d529
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![GitHub issues](https://img.shields.io/github/issues/wifiplug/api-client-net.svg?style=flat-square)](https://github.com/wifiplug/api-client-net/issues)
[![GitHub stars](https://img.shields.io/github/stars/wifiplug/api-client-net.svg?style=flat-square)](https://github.com/wifiplug/api-client-net/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/wifiplug/api-client-net.svg?style=flat-square)](https://github.com/wifiplug/api-client-net/network)
[![GitHub forks](https://img.shields.io/nuget/dt/WifiPlug.Api.svg?style=flat-square)](https://www.nuget.org/packages/WifiPlug.Api/)

</div>

Expand All @@ -13,7 +14,7 @@ The .NET API client for the WIFIPLUG platform.

## Get Started

[![NuGet Status](https://img.shields.io/nuget/v/WifiPlug.Api.svg?style=flat)](https://www.nuget.org/packages/WifiPlug.Api/)
[![NuGet Status](https://img.shields.io/nuget/v/WifiPlug.Api.svg?style=flat-square)](https://www.nuget.org/packages/WifiPlug.Api/)

You can install the package using either the CLI:

Expand Down Expand Up @@ -60,4 +61,4 @@ class Program

## Contributing

We welcome any pull requests or bug reports, please try and keep to the existing style conventions and comment any additions. The issues section is only for problems related to the API client, other issues will be closed.
We welcome any pull requests or bug reports, please try and keep to the existing style conventions and comment any additions. The issues section is only for problems related to the API client, other issues will be closed.

0 comments on commit 5d1d529

Please sign in to comment.