Skip to content

Commit 24b8027

Browse files
committed
docs: update README.md for improved clarity and add security vulnerability section
1 parent a9b181e commit 24b8027

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# phenixphp/sqlite
22

3-
<p>Asynchronous SQLite 3 client for PHP based on <a href="https://amphp.org/">Amp</a>.</p>
3+
Asynchronous SQLite 3 client for PHP based on [Amp](https://amphp.org/).
44

55
[![Tests](https://github.com/phenixphp/sqlite/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/phenixphp/sqlite/actions/workflows/run-tests.yml)
66
[![Latest Version on Packagist](https://img.shields.io/packagist/v/phenixphp/sqlite.svg?style=flat-square)](https://packagist.org/packages/phenixphp/sqlite)
@@ -24,7 +24,6 @@
2424
- [Executing Queries](#executing-queries)
2525
- [Prepared Statements](#prepared-statements)
2626
- [Transactions](#transactions)
27-
- [Dependencies](#dependencies)
2827
- [License](#license)
2928

3029
---
@@ -237,6 +236,14 @@ try {
237236

238237
---
239238

239+
## Learning Phenix
240+
241+
You can learn about Phenix in the official [documentation](https://phenix.omarbarbosa.com) and discover the power of asynchronous and concurrent applications in native PHP.
242+
243+
## Security Vulnerabilities
244+
245+
If you discover a security vulnerability within Phenix, please send an e-mail to Omar Barbosa via [contacto@omarbarbosa.com](mailto:contacto@omarbarbosa.com). All security vulnerabilities will be promptly addressed.
246+
240247
## License
241248

242249
This package is open-sourced software licensed under the [MIT](https://opensource.org/licenses/MIT) license.

0 commit comments

Comments
 (0)