Skip to content

Commit f6082ee

Browse files
author
amin
committed
update README.md
1 parent 1d8f222 commit f6082ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenSSL Adapter for PHP WebRTC
22

33
[![PHP Version](https://img.shields.io/badge/php-%3E%3D8.4-blue.svg)](https://php.net/)
4-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4+
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
55

66
A secure PHP FFI wrapper for OpenSSL, specifically designed for WebRTC implementations. Provides comprehensive cryptographic support including DTLS, SRTP, and certificate management.
77

@@ -20,7 +20,7 @@ A secure PHP FFI wrapper for OpenSSL, specifically designed for WebRTC implement
2020

2121
## Documentation
2222

23-
This component is part of the PHP WebRTC ecosystem. For full documentation:
23+
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
2424

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

@@ -29,19 +29,19 @@ This component is part of the PHP WebRTC ecosystem. For full documentation:
2929
### Authors
3030

3131
- **Amin Yazdanpanah**
32-
[aminyazdanpanah.com](https://www.aminyazdanpanah.com) |
32+
[aminyazdanpanah.com](https://www.aminyazdanpanah.com)
3333
[github@aminyazdanpanah.com](mailto:github@aminyazdanpanah.com)
3434

3535
- **Sana Moniri**
3636
[GitHub](https://github.com/sanamoniri)
3737

3838
## Reporting Issues
3939

40-
Found a bug? Please report it on our [GitHub repository](https://github.com/your-repo-here/issues).
40+
Found a bug? Please report it on our [issues](https://github.com/php-webrtc/ssl/issues).
4141

4242
## License
4343

44-
MIT License. See [LICENSE](LICENSE) for details.
44+
BSD 3-Clause License. See [LICENSE](LICENSE) for details.
4545

4646
## References
4747

0 commit comments

Comments
 (0)