From bc809b24176e8ed3c4260515d9e08a2bb0b7a2d3 Mon Sep 17 00:00:00 2001 From: David Ljuba Date: Sun, 7 Jul 2019 22:44:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3699612c..8b0ef734 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that facilitate functional programming in Java.* * [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition oriented development. -* [Javaslang](http://javaslang.com) - Functional component library built for Java 8+ that provides persistent data types and functional control structures. +* [Vavr](https://www.vavr.io) - Functional component library built for Java 8+ that provides persistent data types and functional control structures. [Javaslang Changes Name to Vavr](http://blog.vavr.io/javaslang-changes-name-to-vavr) * [jOOλ](https://github.com/jOOQ/jOOL) - An extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions. ## Game Development