Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,20 +1,20 @@
|
||||
# bigbluebutton-mobile-sdk
|
||||
# bigbluebutton-mobile-tablet-sdk
|
||||
|
||||
This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).
|
||||
This repository contains BigBlueButton Mobile Tablet react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile-tablet).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install bigbluebutton-mobile-sdk
|
||||
npm install bigbluebutton-mobile-tablet-sdk
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
import { BigBlueButtonMobile } from "bigbluebutton-mobile-sdk";
|
||||
import { BigBlueButtonMobile } from "bigbluebutton-mobile-tablet-sdk";
|
||||
|
||||
// ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user