Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cacheonly authored Oct 9, 2023
1 parent 2c27d54 commit 5d565f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5d565f3

Please sign in to comment.