Skip to content

Commit 551f299

Browse files
author
Emil Forslund
committed
Fix issue #1
1 parent 367a975 commit 551f299

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MapStream
2-
MapStream is a convinient extension to the Java 8 Stream API that let you stream over Key-Value pairs. The project is a fork of the [Speedment MapStream component](http://github.com/speedment/speedment/) in case you want to use it as a stand-alone.
2+
MapStream is a convenient extension to the Java 8 Stream API that let you stream over Key-Value pairs. The project is a fork of the [Speedment MapStream component](http://github.com/speedment/speedment/) in case you want to use it as a stand-alone.
33

44
## Example Usage
55
```java
@@ -30,6 +30,8 @@ Fiona has 2 cats.
3030
Anne has 3 cats.
3131
```
3232

33+
If you don't want to use static imports, replace `joining("\n")` with `Collectors.joining("\n")`.
34+
3335
## License
3436
This code is available under the [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0).
3537
Attribution should be done to [Speedment, Inc.](http://speedment.org)

0 commit comments

Comments
 (0)