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'