diff --git a/README.md b/README.md index 1efd56d..70439ff 100644 --- a/README.md +++ b/README.md @@ -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 { await super.init(); @@ -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 { await super.finally(error);