Skip to content

Commit

Permalink
fix(packages/sui-logger): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nucliweb committed Oct 14, 2024
1 parent 7db4964 commit 145ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Enabled by default, there is a ENV var to disable it `DISABLE_SERVER_LOGGER_PATC

#### With Reporter

> The Reporter needs a `star` method to inicialize the reporter.
> The Reporter needs a `start` method to inicialize the reporter.
```js
export const initTracker = ({Reporter, appName, environment, version, tenant, ...config}) => {
Expand Down

0 comments on commit 145ca42

Please sign in to comment.