From ec8393dbba345062cb15f1f4720efbce45a766f2 Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Sat, 1 Apr 2017 23:32:21 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 207724c..703643a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a wrapper for the immediate mode GUI library, ImGui (https://github.com/ocornut/imgui). This utilizes the C API, provided by the cimgui project (https://github.com/Extrawurst/cimgui). ImGui.NET lets you build graphical interfaces using a simple immediate-mode style. Included is a basic sample program that shows how to use the library, which renders the ImGui output using OpenGL via OpenTK. -A [NuGet package](https://www.nuget.org/packages/ImGui.NET) is available at nuget.org +[![NuGet](https://img.shields.io/nuget/v/ImGui.NET.svg)]() ![alt tag](http://i.imgur.com/02RGlsW.png)