Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit e36a426

Browse files
committed
Merge branch 'master' of github.com:reactor/reactor-scala-extensions
2 parents 0ed88e0 + 8e68394 commit e36a426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
[![Build Status](https://travis-ci.org/reactor/reactor-scala-extensions.svg?branch=master)](https://travis-ci.org/reactor/reactor-scala-extensions)
55
[![codecov](https://codecov.io/gh/reactor/reactor-scala-extensions/branch/master/graph/badge.svg)](https://codecov.io/gh/reactor/reactor-scala-extensions)
66

7-
This project is a Scala wrapper for reactor-core.
7+
This project is a Scala wrapper for [reactor-core](https://github.com/reactor/reactor-core).
88

9-
This project was created after I can't find any Scala code for [reactor-core](https://github.com/reactor/reactor-core) project.
109
Using reactor-core project as it is in scala code will look ugly because
1110
a lot of methods use Java 8 lambda which is not compatible with Scala lambda.
1211
This will force Scala code to use anonymous class which turns ugly.

0 commit comments

Comments
 (0)