From 036a9af122dad384469af50362351b7afcb8a78d Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 30 Jun 2023 14:55:48 -0700 Subject: [PATCH] fixing broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78bf327..0f7f749 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ match event { ## Examples -We made a [simple room demo](https://github.com/livekit/client-sdk-native/tree/main/examples/simple_room) leveraging all the current SDK features. Videos are rendered using wgpu and egui. +We made a [simple room demo](https://github.com/livekit/client-sdk-native/tree/main/examples/basic_room) leveraging all the current SDK features. Videos are rendered using wgpu and egui. ![](https://github.com/livekit/client-sdk-rust/blob/main/examples/images/simple-room-demo.gif)