Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil authored Nov 29, 2023
1 parent e629a74 commit 8622ff0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Please visit https://getkyo.io for an indexed version of this documentation.

<img src="https://raw.githubusercontent.com/getkyo/kyo/master/kyo.png" width="200" alt="Kyo">

## Introduction
Expand All @@ -10,8 +12,6 @@ Kyo is a toolkit for Scala development, spanning from browser-based apps in Scal

Drawing inspiration from [ZIO](https://zio.dev/)'s [effect rotation](https://degoes.net/articles/rotating-effects), Kyo takes a more generalized approach. While ZIO restricts effects to two channels, dependency injection and short-circuiting, Kyo allows for an arbitrary number of effectful channels. This enhancement gives developers greater flexibility in effect management, while also simplifying Kyo's internal codebase through more principled design patterns.

### Please visit https://getkyo.io for an indexed version of this documentation.

### Getting Started

Kyo is available on Maven Central in multiple modules:
Expand Down Expand Up @@ -43,7 +43,8 @@ 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 8622ff0

Please sign in to comment.