Skip to content

Commit 44be2a0

Browse files
committed
update Readme
1 parent 3fb8759 commit 44be2a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ composer install
4040
touch test.php
4141
```
4242
```php
43+
// test.php
4344
<?php
4445
require 'vendor/autoload.php';
4546

@@ -108,6 +109,10 @@ echo "Success Rate: " . $result->getSuccessRate() . "%\n";
108109
echo "Average Response Time: " . $result->getAvgResponseTime() . "\n";
109110
```
110111

112+
```bash
113+
php test.php
114+
```
115+
111116
## Features
112117

113118
- Cross-platform support (Windows, Linux, MacOS)

0 commit comments

Comments
 (0)