Skip to content

Commit

Permalink
More adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Apr 30, 2024
1 parent c28672e commit 309899a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Contains all the functions needed to record the different metrics we collect, li
this.record(new Metric('action.invoked', MetricType.Counter, 1, metadata));
}
```
Example where this function is used:
Example where this function is used:
```ts
async init(): Promise<void> {
await super.init();
Expand All @@ -48,7 +48,7 @@ Contains all the functions needed to record the different metrics we collect, li
this.record(new Metric('action.finished', MetricType.Counter, 1, metadata));
}
```
Example where this function is used:
Example where this function is used:
```ts
async finally(error: Error | undefined): Promise<any> {
await super.finally(error);
Expand Down

0 comments on commit 309899a

Please sign in to comment.