Skip to content

Commit

Permalink
--fixing typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HiImGiovi committed Oct 10, 2024
1 parent 7e40150 commit d3fa087
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-pianos-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pino-hana": patch
---

Fixed typo in docs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Setup a pino logger in your codebase using the pino-hana transport like shown in
const pino = require('pino')
const logger = pino({
transport: {
target: 'pino-hana'
target: 'pino-hana',
options: {
connectionOptions: {
host: <hana db host>,
Expand Down

0 comments on commit d3fa087

Please sign in to comment.