From e885b0891466a616586a1b8f2871eb8082576835 Mon Sep 17 00:00:00 2001 From: omar Date: Sat, 22 Aug 2015 11:54:47 +0200 Subject: [PATCH] Web: Fixed screenshot (Argh web editor is broken) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d41055..35d9a78d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For Microsoft IME, pass your HWND to enable IME positioning: ``` io.ImeWindowHandle = my_hwnd; ``` -![Japanese screenshot](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/code_sample_01_jp .png) +![Japanese screenshot](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/code_sample_01_jp.png) References ----------