Fixup doc version and typo (#211)

This commit is contained in:
Artem Solomatin 2023-10-03 16:39:45 +03:00 committed by GitHub
parent bcf5f600d5
commit 4250e0b99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ by adding `opentelemetry_tesla` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:opentelemetry_tesla, "~> 2.1.0"}
{:opentelemetry_tesla, "~> 2.2.0"}
]
end
```

View File

@ -4,7 +4,7 @@ defmodule Tesla.Middleware.OpenTelemetry do
When used with `Tesla.Middleware.PathParams`, the span name will be created
based on the provided path. Without it, the span name follow OpenTelemetry
standards and use just the method name, if not being overriden by opts.
standards and use just the method name, if not being overridden by opts.
NOTE: This middleware needs to come before `Tesla.Middleware.PathParams`