Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoccpaiva committed Apr 30, 2022
1 parent 34cb390 commit 2d7caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Whilst using this middleware is as simple as adding it to your Tesla middlewares

The is crucial to correctly get the parameterized version of the URL, something like `/api/users/:id` instead of `/api/users/3`.

`OpenTelemetry` comes **first**, **PathParams** (if you're using it) comes after.
`OpenTelemetry` comes **first**, `PathParams` (if you're using it) comes after.

```elixir
Tesla.Middleware.OpenTelemetry
Expand Down

0 comments on commit 2d7caaa

Please sign in to comment.