Skip to content

Commit 2a5a673

Browse files
committed
chore: update readme for v0.4.2
1 parent 716e942 commit 2a5a673

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deno Structured Logging
22

3-
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/raw.githubusercontent.com/Yamboy1/deno-structured-logging/master/mod.ts)
4-
[![deno.land](https://img.shields.io/badge/deno.land-0.4.1-blue)](https://deno.land/x/deno_structured_logging@0.4.1)
3+
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts)
4+
[![deno.land](https://img.shields.io/badge/deno.land-0.4.2-blue)](https://deno.land/x/deno_structured_logging@0.4.2)
55

66
A better logger for deno, with support for structured logging.
77

@@ -16,7 +16,7 @@ A better logger for deno, with support for structured logging.
1616

1717
## Simple Example
1818
```ts
19-
import { createLogger, consoleSink } from "https://deno.land/x/deno_structured_logging@0.4.1/mod.ts";
19+
import { createLogger, consoleSink } from "https://deno.land/x/deno_structured_logging@0.4.2/mod.ts";
2020

2121
const logger = createLogger().addSink(consoleSink());
2222

@@ -38,7 +38,7 @@ import {
3838
fileSink,
3939
jsonFormat,
4040
textFormat,
41-
} from "https://deno.land/x/deno_structured_logging@0.4.1/mod.ts";
41+
} from "https://deno.land/x/deno_structured_logging@0.4.2/mod.ts";
4242

4343
const logger = createLogger({
4444
minimumLevel: LogLevel.INFO,

0 commit comments

Comments
 (0)