From 59ff738d16cb045a45d39bdf1f13f970a0c79c24 Mon Sep 17 00:00:00 2001 From: Guillaume Quintard Date: Sat, 20 Jul 2024 19:48:48 -0700 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c883412..8a19775 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ We'll use `typescript` notation to describe the object shape: connReused: bool, }, storage?: string, // Storage (backend-only) - error?: string, // FetchError, but also if the VSL transation was incomplete + error?: string, // FetchError, but also if the VSL transaction was incomplete logs: Array, // VCL_Log links: Array<{ // Link type: string, @@ -116,6 +116,6 @@ docker build -t varnishlog-json . # Notes -Similar to how `varnishlog` behaves, `ESI` and backend transations are ignored by default. +Similar to how `varnishlog` behaves, `ESI` and backend transactions are ignored by default. Use `varnishlog-json -h` to list all possible options.