diff --git a/examples/README.txt b/examples/README.txt
index 0a5ad0e0..f958d526 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -25,3 +25,6 @@ directx11_example/
 ios_example/
 	iOS example.
 	Using Synergy to access keyboard/mouse data from server computer. Synergy keyboard integration is rather hacky.
+
+sdl_opengl_example/
+	SDL2 + OpenGL example.
diff --git a/examples/opengl_sdl_example/imgui_impl_sdl.cpp b/examples/sdl_opengl_example/imgui_impl_sdl.cpp
similarity index 100%
rename from examples/opengl_sdl_example/imgui_impl_sdl.cpp
rename to examples/sdl_opengl_example/imgui_impl_sdl.cpp
diff --git a/examples/opengl_sdl_example/imgui_impl_sdl.h b/examples/sdl_opengl_example/imgui_impl_sdl.h
similarity index 100%
rename from examples/opengl_sdl_example/imgui_impl_sdl.h
rename to examples/sdl_opengl_example/imgui_impl_sdl.h
diff --git a/examples/opengl_sdl_example/main.cpp b/examples/sdl_opengl_example/main.cpp
similarity index 100%
rename from examples/opengl_sdl_example/main.cpp
rename to examples/sdl_opengl_example/main.cpp