Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#110973 from JoshuaLai/patch-1
Browse files Browse the repository at this point in the history
[Documentation]n Update the file sharing docs
  • Loading branch information
Jak-MS authored Jun 27, 2023
2 parents 7349a70 + 0dec03c commit d690d5b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ For this quickstart, we'll be modifying files inside of the `src` folder.

### Install the Package

Use the `npm install` command to install the Azure Communication Services UI Library for JavaScript.
Use the `npm install` command to install the beta Azure Communication Services UI Library for JavaScript.

```bash

npm install @azure/communication-react
npm install @azure/communication-react@1.5.1-beta.5

```

Expand Down Expand Up @@ -340,4 +340,4 @@ You may also want to:
- [Add chat to your app](../quickstarts/chat/get-started.md)
- [Creating user access tokens](../quickstarts/identity/access-tokens.md)
- [Learn about client and server architecture](../concepts/client-and-server-architecture.md)
- [Learn about authentication](../concepts/authentication.md)
- [Learn about authentication](../concepts/authentication.md)

0 comments on commit d690d5b

Please sign in to comment.