Skip to content

Commit fc25979

Browse files
author
Amin
committed
update README.md
1 parent 6483b67 commit fc25979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ A lightweight and efficient WebRTC signaling library written in **TypeScript**,
2020
## Installation
2121

2222
```bash
23-
npm install
23+
npm i rtc-signaling
2424
```
2525

2626
---
2727

2828
## Usage
2929
```javascript
30-
import { RTCSignaling } from '';
30+
import { RTCSignaling } from 'rtc-signaling';
3131

3232
const signaling = new RTCSignaling();
3333

0 commit comments

Comments
 (0)