From 5d565f33e32a1f372385d59d57371bc979fa6ac0 Mon Sep 17 00:00:00 2001 From: Donald Huh Date: Mon, 9 Oct 2023 16:13:54 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fb76e88c9..5c083773d 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ npm i @livekit/react-components Then use any of our pre-fabricated or helper components: ```tsx -import { LiveKitRoom } from '@livekit/react-components' -import { VideoConference } from './VideoConference' +import { LiveKitRoom, VideoConference } from '@livekit/components-react' const TOKEN = 'generated-jwt' const WS_URL = 'wss://my-livekit-server'