From c8f667be4d9ef4ad8fdf69b3304e5b32c13158c1 Mon Sep 17 00:00:00 2001 From: johannes karoff Date: Wed, 20 Sep 2023 10:39:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f48bb6..f2366ae5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/cornerman/colibri.svg?branch=master)](https://travis-ci.org/cornerman/colibri) + [![Build Status](https://travis-ci.org/cornerman/colibri.svg?branch=master)](https://travis-ci.org/cornerman/colibri) # Colibri @@ -21,7 +21,7 @@ libraryDependencies += "com.github.cornerman" %%% "colibri" % "0.8.0" import colibri._ ``` -Reactive variables with lazy, distinct, shared state variables (a bit like scala-rx): +Reactive variables with lazy, distinct, shared state variables (a bit like scala-rx, but lazy): ```scala libraryDependencies += "com.github.cornerman" %%% "colibri-reactive" % "0.8.0" ```