Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Feb 20, 2023
1 parent cea1c28 commit 539d59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ ZIO Telemetry is a purely functional client which helps up propagate context bet
In order to use this library, we need to add the following line in our `build.sbt` file if we want to use [OpenTelemetry](https://opentelemetry.io/) client:

```scala
libraryDependencies += "dev.zio" %% "zio-telemetry" % "3.0.0-RC1"
libraryDependencies += "dev.zio" %% "zio-telemetry" % "3.0.0-RC2"
```

And for using [OpenTracing](https://opentracing.io/) client we should add the following line in our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-opentracing" % "3.0.0-RC1"
libraryDependencies += "dev.zio" %% "zio-opentracing" % "3.0.0-RC2"
```

## Example
Expand Down

0 comments on commit 539d59f

Please sign in to comment.