Skip to content

Commit fe56bd2

Browse files
committed
Readme
1 parent deb0bbe commit fe56bd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@ Built-in [GRPC Transcoding](https://cloud.google.com/endpoints/docs/grpc/transco
148148

149149
![Maven Central](https://img.shields.io/maven-central/v/me.ivovk/connect-rpc-scala-core_3?style=flat-square&color=green)
150150

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:
153155

154156
```scala
155157
libraryDependencies ++= Seq(
@@ -161,7 +163,7 @@ libraryDependencies ++= Seq(
161163
)
162164
```
163165

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:
165167

166168
```scala
167169
libraryDependencies ++= Seq(
@@ -250,8 +252,6 @@ How-tos that go beyond the basic usage:
250252
* [How to work with ZIO](docs/integrating-with-zio.md)
251253
* [How to implement Kubernetes health checks](docs/kubernetes-health-checks.md)
252254

253-
Check `examples/` directory for more examples of using the library.
254-
255255
## Development
256256

257257
### Connect RPC

0 commit comments

Comments
 (0)