From f734209d362ce674439aff3bd032c20ba0f3a45f Mon Sep 17 00:00:00 2001 From: guillaume quintard Date: Thu, 21 Mar 2024 19:03:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd6603..57729f0 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ We'll use `typescript` notation to describe the object shape: timeline: Array<{name: string, timestamp: number}> // Timestamp side: "backend" | "client", id: string, // the transaction's vxid - vcl: // VCL_use + vcl: string // VCL_use client?: { // ReqStart rAddr: string, rPort: number,