From 3b03e8eb97894634e88c73abbfb4d49d1a185a34 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Sat, 17 Nov 2018 22:24:00 +0100 Subject: [PATCH] Fix typo in README.md (#116) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee58e1..cdc8929 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The project is written in TypeScript and built using a npm scripts. Run: ### Custom tracer implementation -Implementations can subclass `opentracing.Trace`, `opentracing.Span`, and the other API classes to build an OpenTracing tracer and implement the underscore prefixed methods such as `_addTag` to pick up a bit of common code implemented in the base classes. +Implementations can subclass `opentracing.Tracer`, `opentracing.Span`, and the other API classes to build an OpenTracing tracer and implement the underscore prefixed methods such as `_addTag` to pick up a bit of common code implemented in the base classes. ### API compatibility testing