openvidu-components: Updated README

pull/715/head
csantosm 2022-04-08 14:01:47 +02:00
parent b2d5a6e3b6
commit 628b62c0aa
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# openvidu-angular
The easier way to build powerful OpenVidu videoconference frontend applications.
[![License badge](https://img.shields.io/badge/license-Apache2-orange.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Npm version](https://img.shields.io/npm/v/openvidu-angular?label=npm-version)](https://npmjs.org/package/openvidu-angular)
[![Npm downloads](https://img.shields.io/npm/dw/openvidu-angular?label=npm2-downloads)](https://npmjs.org/package/openvidu-angular)
**The easier way to build powerful OpenVidu videoconference frontend applications.**
## How to install
@ -8,7 +12,7 @@ The easier way to build powerful OpenVidu videoconference frontend applications.
npm install openvidu-angular@latest
```
## Ho to use it
## How to use it
In your `app.module.ts`:
@ -25,4 +29,4 @@ const config: OpenViduAngularConfig = {
OpenViduAngularModule.forRoot(config)
]
})
```
```