diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-08-03 03:00:37 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-08-03 03:00:37 +0200 |
commit | 1452af25429363c47938aa92fdb37464995c1fe3 (patch) | |
tree | a94e0e14852b82ffebdfc9a744aa8c53326f4f95 | |
parent | c9808690f1161966267c26bb77d6ebadf50970a2 (diff) | |
download | kvision-1452af25429363c47938aa92fdb37464995c1fe3.tar.gz kvision-1452af25429363c47938aa92fdb37464995c1fe3.tar.bz2 kvision-1452af25429363c47938aa92fdb37464995c1fe3.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ allows to build full-stack, multiplatform applications with shared common code. - Includes sophisticated layout containers, including CSS flexbox, CSS grid and Bootstrap responsive 12 columns grid. - Includes convenient forms implementation, with support for many different input components and easy to use validation. -- Data binding support for [observable](https://github.com/rjaros/kotlin-observable-js) data model. +- Data binding support for observable data model. - Internationalization support based on [Jed](http://messageformat.github.io/Jed/) library and [gettext](https://www.gnu.org/software/gettext/) translations. - Easy to use Drag & Drop support. - Type-safe REST connectivity. |