Skip to content

Commit 05cbaab

Browse files
authored
Update README.md (#2777)
1 parent b18aeeb commit 05cbaab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@
1111

1212
[![vavr-logo](https://user-images.githubusercontent.com/743833/62367542-486f0500-b52a-11e9-815e-e9788d4c8c8d.png)](http://vavr.io/)
1313

14-
Vavr is an object-functional language extension to Java 8, which aims to reduce the lines of code and increase code quality.
15-
It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching and much more.
14+
Vavr is an object-functional language extension to Java 8 that aims to reduce the number of lines of code and increase code quality.
15+
It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching, and much more.
1616

1717
Vavr fuses the power of object-oriented programming with the elegance and robustness of functional programming.
1818
The most interesting part is a feature-rich, persistent collection library that smoothly integrates with Java's standard collections.
1919

20-
Because Vavr does not depend on any libraries (other than the JVM) you can easily add it as standalone .jar to your classpath.
20+
Because Vavr does not depend on any libraries (other than the JVM), you can easily add it as a standalone .jar to your classpath.
2121

2222
To stay up to date please follow the [blog](http://blog.vavr.io).
2323

24+
### Stargazers over time
25+
[![Stargazers over time](https://starchart.cc/vavr-io/vavr.svg?variant=adaptive)](https://starchart.cc/vavr-io/vavr)
26+
27+
2428
## Using Vavr
2529

2630
See [User Guide](http://docs.vavr.io) and/or [Javadoc](http://www.javadoc.io/doc/io.vavr/vavr).

0 commit comments

Comments
 (0)