From 7804cde9cb9bbb38e0518940fde19a13ef70a407 Mon Sep 17 00:00:00 2001 From: Bastien VERSINI Date: Mon, 27 Sep 2021 20:57:19 +0200 Subject: [PATCH] Fix broken example link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b30a797..315da73 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Draw dear imgui UIs as a wgpu render pass. Based on [imgui-gfx-renderer](https:/ # Usage -For usage, please have a look at the [example](examples/hello_world.rs). +For usage, please have a look at the [example](examples/hello-world.rs). # Example