diff --git a/README.markdown b/README.markdown index 9bbe387..bcbc113 100644 --- a/README.markdown +++ b/README.markdown @@ -33,7 +33,7 @@ The core of imgui-rs consists of: Next, we provide two example renderers, and two example backend platform implementations: - [`imgui-winit-support`](./imgui-winit-support): Backend platform implementation that uses the `winit` crate -- [`imgui-sdl2-support`])(./imgui-sdl2-support): Backend platform using SDL2 +- [`imgui-sdl2-support`](./imgui-sdl2-support): Backend platform using SDL2 - [`imgui-glow-renderer`](./imgui-glow-renderer): Renderer implementation that uses the `glow` crate - [`imgui-glium-renderer`](./imgui-glium-renderer): Renderer implementation that uses the `glium` crate