Skip to content

Commit 1622108

Browse files
author
Amin
committed
update README.md
1 parent 894c5be commit 1622108

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ A lightweight and efficient WebRTC signaling library written in **TypeScript**,
2323
npm install
2424
```
2525

26+
---
27+
2628
## Usage
2729
```javascript
2830
import { RTCSignaling } from '';
@@ -34,12 +36,16 @@ signaling.request(peerConnection.localDescription).then((answer) =>
3436
);
3537
```
3638

39+
---
40+
3741
## Documentation
3842

3943
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
4044

4145
[PHP WebRTC Documentation](https://www.quasarstream.com/php-webrtc)
4246

47+
---
48+
4349
## Credits
4450

4551
### Authors
@@ -51,10 +57,14 @@ This package is part of the PHP WebRTC library. For complete documentation, exam
5157
- **Sana Moniri**
5258
- GtiHub: [sanamoniri](https://github.com/sanamoniri)
5359

60+
---
61+
5462
## Reporting Issues
5563

5664
Found a bug? Please report it on our [issues](https://github.com/php-webrtc/signaling-js-sdk/issues).
5765

66+
---
67+
5868
## License
5969

6070
BSD 3-Clause License. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)