Skip to content

Commit 0f80668

Browse files
committed
docs: adjust documentation
1 parent c7f6ead commit 0f80668

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![CI](https://github.com/metcoder95/cloud-pine/actions/workflows/ci.yml/badge.svg)](https://github.com/metcoder95/cloud-pine/actions/workflows/ci.yml)
2+
[![CodeQL](https://github.com/metcoder95/cloud-pine/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/metcoder95/cloud-pine/actions/workflows/codeql-analysis.yml)
3+
![version](https://badge.fury.io/js/cloud-pine.svg)
4+
15
# Cloud Pine
26

37
Pino Transport that abstracts Google Cloud Logging implementation underneath.
@@ -158,6 +162,6 @@ The library can be used in either of two modes, `sync` or `async`.
158162
159163
The default mode for the CLI usage is `sync` meaning that all logs will be directly streamed to `stdout`, meanwhile the default mode for the Transport usage is `async`, where all the logs will be streamed directly to Google Cloud Logging service.
160164
161-
>For more information about when to use one or another please take a look at the following documentation: [**Writting to `stdout**](https://cloud.google.com/nodejs/docs/reference/logging/latest#writing-to-stdout).
165+
>For more information about when to use one or another please take a look at the following documentation: [**Writting to `stdout`**](https://cloud.google.com/nodejs/docs/reference/logging/latest#writing-to-stdout).
162166
163167

0 commit comments

Comments
 (0)