From c727cca868a4456a06b95955f1db06aedc6c5132 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Fri, 31 May 2024 16:59:03 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74269768..4986c0d0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In order to use this library, we need to add the following line in our `build.sb libraryDependencies += "dev.zio" %% "zio-opentelemetry" % "" ``` -If you're also using [ZIO Logging](https://github.com/zio/zio-logging) you can combine OpenTelemetry with ZIO Logging using: +If you're using [ZIO Logging](https://github.com/zio/zio-logging) you can combine OpenTelemetry with ZIO Logging using: ```scala libraryDependencies += "dev.zio" %% "zio-opentelemetry-zio-logging" % ""