From 52b3a8f950219fc4761abb13838d38250ce4afc3 Mon Sep 17 00:00:00 2001 From: Pavel Yurgin Date: Mon, 12 Dec 2022 10:52:41 +0300 Subject: [PATCH] Update README.md (#12) Just as an example of readme in English --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 159ce630e..9a3020e60 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -[[ Документация ]](https://tinkoff.github.io/kora/) - # Kora framework -kora это фреймворк нацеленный на оптимизацию используемых ресурсов путём уменьшения абстракций над "железом". -При этом kora стремится предоставить достаточно высокоуровневые декларативные API для разработчиков, которые на этапе компиляции преобразуются в оптимальный код для исполнения. +Kora is a jvm-based framework for building backend apps. It aims to be the solution for writing highly scalable and performant web applications using idiomatic java and kotlin with minimal amount of a boilerplate code. + +Check out the full documentation here: [Documentation](https://tinkoff.github.io/kora/) ## Name origin Kora (Kore) aka Persephone - ancient greek goddess of Spring -## Подключение +## Installation ```groovy implementation platform("ru.tinkoff.kora:kora-parent:$koraVersion")