Skip to content

Commit

Permalink
docs: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 6, 2023
1 parent a9a6f55 commit 90bc25c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ Returns the request time to first byte duration in milliseconds.

```php
$result->requests()->ttfb()->duration()->avg();
// ->min();
// ->med();
// ->max();
// ->p90();
// ->p95();
// ->min();
// ->med();
// ->max();
// ->p90();
// ->p95();
```

### Requests DNS Lookup Duration
Expand Down

0 comments on commit 90bc25c

Please sign in to comment.