Skip to content

Commit

Permalink
Remove broken image from README
Browse files Browse the repository at this point in the history
shields.io migrated to the NuGet 3 API which doesn't support download stats, hence we were showing a broken image on the README file.
  • Loading branch information
drewnoakes committed Mar 30, 2016
1 parent ec2cf11 commit 128c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="https://cdn.rawgit.com/zeromq/netmq/master/img/NetMQLogo.svg" width="350" />

[![NetMQ NuGet version](https://img.shields.io/nuget/v/NetMQ.svg)](https://www.nuget.org/packages/NetMQ/) [![NetMQ NuGet prerelease version](https://img.shields.io/nuget/vpre/NetMQ.svg)](https://www.nuget.org/packages/NetMQ/) [![NetMQ download stats](https://img.shields.io/nuget/dt/NetMQ.svg)](https://www.nuget.org/packages/NetMQ/)
[![NetMQ NuGet version](https://img.shields.io/nuget/v/NetMQ.svg)](https://www.nuget.org/packages/NetMQ/) [![NetMQ NuGet prerelease version](https://img.shields.io/nuget/vpre/NetMQ.svg)](https://www.nuget.org/packages/NetMQ/)

Release branch, for more information about NetMQ go to https://github.com/zeromq/NetMQ

0 comments on commit 128c590

Please sign in to comment.