Skip to content

Commit 3324e16

Browse files
authored
Update call-readiness-overview.md
1 parent 93958eb commit 3324e16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/communication-services/tutorials/call-readiness/call-readiness-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ Your final app prompts the user onto a supported browser and access for the came
9090
To create a react App, we use `vite`. It is a build tool that aims to provide a faster and leaner development experience for modern web projects.
9191
You can read more about `vite` here [Create a React App from scratch](https://react.dev/learn/build-a-react-app-from-scratch) and [Getting Started with Vite](https://vite.dev/guide/)
9292

93-
Note that the Azure Communication Service UI library only supports up to React 18. Verify that you are on the supported version after creating the react app by checking `package.json`
94-
95-
At the end of this process, you should have a full application inside of the folder `ui-library-call-readiness-app`.
93+
Note that the Azure Communication Service UI library only supports up to React 18. Verify that you are on the supported version after creating the react app by checking `package.json`.
9694
For this quickstart, we modify the files inside of the `src` folder.
9795

9896
### Install Packages

0 commit comments

Comments
 (0)