Skip to content

Commit

Permalink
Fix typo in README (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari authored Sep 30, 2024
1 parent 43eff7a commit 6ac0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<LokiTransportOptions>({
const transport = pino.transport<LokiOptions>({
target: "pino-loki",
options: {
batching: true,
Expand Down

0 comments on commit 6ac0dc1

Please sign in to comment.