Skip to content

Commit 6c5d967

Browse files
authored
Update README.md
Added import instruction
1 parent abd1a82 commit 6c5d967

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The Jitsi Meet React SDK provides the same user experience as the [Jitsi Meet](h
55
```bash
66
npm install @jitsi/react-sdk
77
```
8+
9+
### Usage
10+
Import into React | NextJs page for usage
11+
```js
12+
import {JitsiMeeting} from "@jitsi/react-sdk";
13+
```
14+
815
### Modules
916
This library exposes two components with similar properties, intended for different use-cases.
1017
#### JitsiMeeting

0 commit comments

Comments
 (0)