Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove beta release warning from README #185

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# `@whereby.com/browser-sdk`

> [!WARNING]
> This is a pre-release of the v2 version of this library, adding support for
> more custom integration using React hooks and plain JavaScript classes in
> addition to the web component for embedding.

Whereby browser SDK is a library for seamless integration of Whereby
(https://whereby.com) video calls into your web application.

Expand All @@ -13,16 +8,17 @@ Whereby browser SDK is a library for seamless integration of Whereby
## Installation

```shell
npm install @whereby.com/browser-sdk@2.0.0-beta3
npm install @whereby.com/browser-sdk
```

or

```shell
yarn add @whereby.com/browser-sdk@2.0.0-beta3
yarn add @whereby.com/browser-sdk
```

## Usage

> [!IMPORTANT]
> In order to make use of this functionality, you must have a Whereby account
> from which you can create room urls, either [manually or through our
Expand Down
Loading