From ff2a835f46dc721a2fe7c107c57fa7743b512d95 Mon Sep 17 00:00:00 2001 From: Gerson Pozo Date: Thu, 9 Nov 2023 15:10:49 +0100 Subject: [PATCH] Minor doc change --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b03c15fb2..c9d66c32a 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,9 @@ could be useful. ## 📖 Quick Introduction -In this small introduction we look at the main features of xef, including the `conversation` function. - -- [Kotlin logo Quick introduction to xef.ai](https://github.com/xebia-functional/xef/blob/main/docs/intro/kotlin.md) +In [this](https://github.com/xebia-functional/xef/blob/main/docs/intro/kotlin.md) small introduction we look at the main features of xef, including the `conversation` function. ## 🚀 Examples -You can also have a look at the examples to have a feeling of how using the library looks like. +You can also have a look at the [examples](https://github.com/xebia-functional/xef/tree/main/examples/kotlin/src/main/kotlin/com/xebia/functional/xef/conversation) to have a feeling of how using the library looks like. -- [Kotlin logo Examples in Kotlin](https://github.com/xebia-functional/xef/tree/main/examples/kotlin/src/main/kotlin/com/xebia/functional/xef/conversation)