From 90bc25c18eb4dc25cdaff1e23f4040cd4e1733d2 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 6 Nov 2023 10:44:55 +0000 Subject: [PATCH] docs: formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22423bf..2403da0 100644 --- a/README.md +++ b/README.md @@ -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