Skip to content

Commit

Permalink
readme: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 29, 2023
1 parent a1911ad commit e629a74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Kyo is available on Maven Central in multiple modules:

| Module | Scala 2 | Scala 3 | Scala JS | Description |
|------------------|---------|---------|----------|-------------------------------------|
| `kyo-core` | X | X | X | Core and concurrent effects |
| `kyo-direct` | X | X | X | Direct syntax support |
| `kyo-cache` | X | X | | Caffeine caching |
| `kyo-stats-otel` | X | X | | Stats exporter for OpenTelemetry |
| `kyo-sttp` | X | X | X | Sttp HTTP Client |
| kyo-core | X | X | X | Core and concurrent effects |
| kyo-direct | X | X | X | Direct syntax support |
| kyo-cache | X | X | | Caffeine caching |
| kyo-stats-otel | X | X | | Stats exporter for OpenTelemetry |
| kyo-sttp | X | X | X | Sttp HTTP Client |

For Scala 2 and 3:

Expand All @@ -43,7 +43,7 @@ libraryDependencies += "io.getkyo" %%% "kyo-sttp" % "<version>"
```

Replace `<version>` with the latest version on Maven Central: ![Version](https://img.shields.io/maven-central/v/io.getkyo/kyo-core_3).

-------------------
### The `>` type

In Kyo, computations are expressed via the infix type `>`, which takes two parameters:
Expand Down

0 comments on commit e629a74

Please sign in to comment.