File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,10 @@ Built-in [GRPC Transcoding](https://cloud.google.com/endpoints/docs/grpc/transco
148
148
149
149
![ Maven Central] ( https://img.shields.io/maven-central/v/me.ivovk/connect-rpc-scala-core_3?style=flat-square&color=green )
150
150
151
- Installing http4s frontend (supports server, client) with SBT, you also need to install one of ` http4s ` server
152
- implementations:
151
+ Check [ examples] ( https://github.com/igor-vovk/connect-rpc-scala/tree/main/example ) directory for some examples of using
152
+ the library.
153
+
154
+ Install ` http4s ` frontend, you will also need one of ` http4s ` server implementations, Ember in this case:
153
155
154
156
``` scala
155
157
libraryDependencies ++= Seq (
@@ -161,7 +163,7 @@ libraryDependencies ++= Seq(
161
163
)
162
164
```
163
165
164
- Netty frontend (server only, no client support yet) can be installed with SBT :
166
+ Netty frontend (server only, no client support yet) can be installed by adding the following dependency :
165
167
166
168
``` scala
167
169
libraryDependencies ++= Seq (
@@ -250,8 +252,6 @@ How-tos that go beyond the basic usage:
250
252
* [ How to work with ZIO] ( docs/integrating-with-zio.md )
251
253
* [ How to implement Kubernetes health checks] ( docs/kubernetes-health-checks.md )
252
254
253
- Check ` examples/ ` directory for more examples of using the library.
254
-
255
255
## Development
256
256
257
257
### Connect RPC
You can’t perform that action at this time.
0 commit comments