From 054a2b9faec6da1b179d553cff1676e073415100 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 2 Jun 2020 18:34:16 +0200 Subject: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4251df09..ce1815fd 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ boilerplate code for server-side interfaces. Ready to explore, rich set of [KVision examples](https://github.com/rjaros/kvision-examples) is available in the separate project. -See also the complete frontend implementation of [RealWorld example application](https://github.com/rjaros/kvision-realworld-example-app). +See also the complete frontend implementation of [RealWorld example application](https://github.com/rjaros/kvision-realworld-example-app) and a [fullstack version](https://github.com/rjaros/kvision-realworld-example-app-fullstack) built with Spring Webflux and R2DBC. The comprehensive [KVision guide](https://kvision.gitbook.io/kvision-guide/) is published on GitBook. -- cgit