Skip to content

Commit a0e596a

Browse files
fix(docs): Remove redundant Basic Usage section from README.md. (#15)
1 parent 8b88b90 commit a0e596a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Bug #10: Update workflow actions to use `v1` stable version instead of `main`, update `LICENSE.md` (@terabytesoftw)
1010
- Bug #11: Update `php-forge/support` version to `^0.2` in `composer.json`, refactor test method invocation in `WorkerDebugModuleTest.php` class (@terabytesoftw)
1111
- Bug #14: Update badge styles and links in `README.md` for improved visibility and accuracy (@terabytesoftw)
12+
- Bug #15: Remove redundant `Basic Usage` section from `README.md` (@terabytesoftw)
1213

1314
## 0.1.0 August 16, 2025
1415

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Bridge, offering comprehensive insights into application execution, performance
3535
**Enhanced Debug Toolbar**
3636
- Real-time performance monitoring and metrics collection.
3737

38-
## Quick start
39-
4038
### System requirements
4139

4240
- [`PHP`](https://www.php.net/downloads) 8.1 or higher.
@@ -71,7 +69,7 @@ Then run.
7169
composer update
7270
```
7371

74-
### Basic Usage
72+
### Quick start
7573

7674
Add the following code to your configuration file (`web.php`).
7775

0 commit comments

Comments
 (0)