Skip to content

Commit

Permalink
Merge pull request #137 from alphaho/patch-3
Browse files Browse the repository at this point in the history
Fix typo in Requests section and Recursive Computations section from README.md
  • Loading branch information
fwbrasil authored Dec 2, 2023
2 parents 8180280 + 5bcd1a1 commit 4f1b8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ val d: String > Fibers =

Please refer to Sttp's documentation for details on how to build requests. Streaming is currently unsupported.

Users are free to use any JSON libraries supported by Sttp; however, [zio-json](https://github.com/zio/zio-json) is recommended, as it is used in Kyo's tests and modules requiring HTTP communication, such as `AIs``.
Users are free to use any JSON libraries supported by Sttp; however, [zio-json](https://github.com/zio/zio-json) is recommended, as it is used in Kyo's tests and modules requiring HTTP communication, such as `AIs`.

### Routes: HTTP Server via Tapir

Expand All @@ -1641,7 +1641,7 @@ def test[S](v: Int > S) =
v.map(_ + 1)

// If the input has no pending effects,
// `S`` is inferred to `Any` and the
// `S` is inferred to `Any` and the
// value is evaluated immediatelly
// to 43
val a: Int > Any =
Expand Down

0 comments on commit 4f1b8c3

Please sign in to comment.