Skip to content

Commit

Permalink
add missing quotes (#640)
Browse files Browse the repository at this point in the history
makes it easier to copy-paste
  • Loading branch information
mberndt123 authored Jan 15, 2024
1 parent 0acf5af commit 10fc670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/derivations/codecs/avro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Apache Avro is a popular data serialization format used in distributed systems,
To use the Avro codecs, we need to add the following dependency to our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-schema-avro" % @VERSION@
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "@VERSION@"
```

## Codecs
Expand Down

0 comments on commit 10fc670

Please sign in to comment.