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