From 1452af25429363c47938aa92fdb37464995c1fe3 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 3 Aug 2019 03:00:37 +0200 Subject: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 647b41a6..9a26b09b 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit