From 1dab7f7b3c5434e4551011a6789e9ec53427f590 Mon Sep 17 00:00:00 2001 From: George Smyrnaios Date: Wed, 16 Oct 2024 23:44:49 +0200 Subject: [PATCH] Initial commit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e11313fa..36f8f2b6 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ ![GitHub issues](https://img.shields.io/github/issues/smyrgeorge/log4k) [![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org) -A small actor system written in kotlin using Coroutines. - -The primary objective is to create a minimal actor system capable of functioning in cluster mode. +The missing logger for Kotlin Multiplatform. > [!IMPORTANT] > The project is in a very early stage; thus, breaking changes should be expected.