From 51002084f87e856f310a668a72718cb577f42d7a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 30 May 2017 07:15:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9776bd0..e2ca250 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cimgui [![Build Status](https://travis-ci.org/Extrawurst/cimgui.svg)](https://travis-ci.org/Extrawurst/cimgui) -![sample](https://raw.github.com/extrawurst/cimgui/master/Screen Shot 2015-04-09.png) +![sample](screenshot.png) This is a thin c-api wrapper for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui). Most of the functions have wrapper counterparts now, missing stuff is added on a as-needed basis (PR welcome).