Skip to content

Commit

Permalink
Merge pull request #60 from martinpallmann/patch-1
Browse files Browse the repository at this point in the history
Update http4s.md
  • Loading branch information
adamw committed Mar 30, 2019
2 parents 1616b55 + acf2613 commit a1b9471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/server/http4s.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To expose an endpoint as an [http4s](https://http4s.org) server, first add the f
dependency:

```scala
"com.softwaremill.tapir" %% "tapir-akka-http4s" % "0.4"
"com.softwaremill.tapir" %% "tapir-http4s-server" % "0.4"
```

and import the package:
Expand Down Expand Up @@ -70,4 +70,4 @@ response bodies and reading request bodies. Usage: `streamBody[Stream[F, Byte]](
The interpreter can be configured by providing an implicit `Http4sServerOptions` value and status mappers, see
[common server configuration](common.html) for details.

The http4s options also includes configuration for the blocking execution context to use, and the io chunk size.
The http4s options also includes configuration for the blocking execution context to use, and the io chunk size.

0 comments on commit a1b9471

Please sign in to comment.