diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-06 12:55:24 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-06 12:55:24 +0100 |
commit | 29e1de1580b992462fe54598e504a9847727d691 (patch) | |
tree | 9ddad5cec6d0ca2eb5da080b23d7724a64de3d08 /README.md | |
parent | ad66250335d9d51cf723ea5b803e6054dc4590b6 (diff) | |
download | kvision-29e1de1580b992462fe54598e504a9847727d691.tar.gz kvision-29e1de1580b992462fe54598e504a9847727d691.tar.bz2 kvision-29e1de1580b992462fe54598e504a9847727d691.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ allows to build full-stack, multiplatform applications with shared common code. - Easy to use Drag & Drop support. - Type-safe REST connectivity. - Innovative integration interface for [Ktor](https://ktor.io), [Jooby](https://jooby.org) and [Spring Boot](https://spring.io/projects/spring-boot) frameworks on the server side. -- Support for building multi-platform desktop applications with [Electron](https://electronjs.org). +- Support for building multi-platform, desktop applications with [Electron](https://electronjs.org). - Ready to explore [KVision examples](https://github.com/rjaros/kvision-examples) are available, built with [Gradle](https://gradle.org/) and supporting Webpack's [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/) and [Kotlin JavaScript DCE (dead code elimination)](https://kotlinlang.org/docs/reference/javascript-dce.html). |