From 6ac0dc1517f6cdd864bc5fecc2c63c060cf67cac Mon Sep 17 00:00:00 2001 From: Marwan Hawari <59078997+marwanhawari@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:01:43 -0700 Subject: [PATCH] Fix typo in README (#35) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d1467..cf591e3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Pino-loki is for Pino v7.0.0 and above, so the module can be configured to opera import pino from 'pino' import type { LokiOptions } from 'pino-loki' -const transport = pino.transport({ +const transport = pino.transport({ target: "pino-loki", options: { batching: true,