README.md in opentelemetry-api-1.3.0 vs README.md in opentelemetry-api-1.4.0
- old
+ new
@@ -10,10 +10,13 @@
## How does this gem fit in?
The `opentelemetry-api` gem defines the core OpenTelemetry interfaces in the form of abstract classes and no-op implementations. That is, it defines interfaces and data types sufficient for a library or application to code against to produce telemetry data, but does not actually collect, analyze, or export the data.
-To collect and analyze telemetry data, *applications* should also install a concrete implementation of the API, such as the `opentelemetry-sdk` gem. However, *libraries* that produce telemetry data should depend only on `opentelemetry-api`, deferring the choise of concrete implementation to the application developer.
+To collect and analyze telemetry data, *applications* should also
+install a concrete implementation of the API, such as the
+`opentelemetry-sdk` gem. However, *libraries* that produce telemetry
+data should depend only on `opentelemetry-api`, deferring the choice of concrete implementation to the application developer.
## How do I get started?
Install the gem using: