Skip to content

Commit

Permalink
Update booksExample reference (#4104)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman authored Oct 16, 2024
1 parent cbd3054 commit e3f7580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/client/sttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A => I => Request[DecodeResult[Either[E, O]], R]
A => I => F[DecodeResult[Either[E, O]]]
```

See the [runnable example](https://github.com/softwaremill/tapir/blob/master/examples/src/main/scala/sttp/tapir/examples/BooksExample.scala)
See the [runnable example](https://github.com/softwaremill/tapir/blob/master/examples/src/main/scala/sttp/tapir/examples/booksExample.scala)
for example usage.

## Web sockets
Expand Down

0 comments on commit e3f7580

Please sign in to comment.