Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Sep 20, 2023
1 parent 0e4fcfe commit c8f667b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
```
Expand Down

0 comments on commit c8f667b

Please sign in to comment.