From 63fc1f5162de163ef8daf910d8eabbfc71ad1e1c Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 11:55:00 +0100 Subject: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3447a94f..e770af1e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ which are used as a builder blocks for the application GUI. KVision's design is quite similar to many non-web UI programming libraries including Swing, JavaFX, QT, WinForms and Flutter. KVision contains innovative connectivity interface for [Ktor](https://ktor.io/), [Jooby](https://jooby.org), [Spring Boot](https://spring.io/projects/spring-boot) and [Javalin](https://javalin.io) frameworks on the server side, which -allows to build full-stack, multiplatform applications with shared common code. +allows to build fullstack applications with shared common code. **KVision is being actively developed. Please create an issue for any bugs or feature requests.** -- cgit