Skip to content

Commit

Permalink
Add badge and adjust version to point to it
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Mar 18, 2024
1 parent ea8dc64 commit d4c3320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# http4s-grpc
![Maven Central](https://img.shields.io/maven-central/v/org.http4s/http4s-grcp_2.13?style=flat)


A pure Scala [gRPC] implementation! Use it with [http4s Ember] and deploy on JVM, Node.js, and Native.

Expand All @@ -13,7 +15,7 @@ The generated APIs use Cats Effect and FS2, and are nearly drop-in replacements
First add the plugin to `project/plugins.sbt`.

```scala
addSbtPlugin("org.http4s" % "sbt-http4s-grpc" % "0.0.1")
addSbtPlugin("org.http4s" % "sbt-http4s-grpc" % "VERSION_FROM_BADGE")
```

Then in your `build.sbt` enable the `Http4sGrpcPlugin` to configure the http4s-grpc codegen. In addition, you will need to configure the [ScalaPB] codegen by following their [installation docs][ScalaPB installation].
Expand Down

0 comments on commit d4c3320

Please sign in to comment.