File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# What is UnixStream?
2
2
3
- [ ![ Gitter] (https://badges.gitter.im/Join Chat.svg)] ( https://gitter.im/benas/UnixStream ?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
3
+ [ ![ Gitter] (https://badges.gitter.im/Join Chat.svg)] ( https://gitter.im/benas/unix-stream ?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
4
[ ![ MIT license] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( http://opensource.org/licenses/MIT )
5
5
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.github.benas/unix-stream/badge.svg?style=flat )] ( http://search.maven.org/#artifactdetails|io.github.benas|unix-stream|0.4| )
6
- [ ![ Build Status] ( https://travis-ci.org/benas/UnixStream .svg?branch=master )] ( https://travis-ci.org/benas/UnixStream )
6
+ [ ![ Build Status] ( https://travis-ci.org/benas/unix-stream .svg?branch=master )] ( https://travis-ci.org/benas/unix-stream )
7
7
8
8
UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way.
9
9
It provides a set of components that mimic Unix commands (and more).
@@ -88,9 +88,9 @@ Components are inspired by the [Unix philosophy](https://en.wikipedia.org/wiki/U
88
88
89
89
Here are some of the built-in components:
90
90
91
- ![ ] ( https://github.com/benas/UnixStream /raw/master/unix-stream.jpeg )
91
+ ![ ] ( https://github.com/benas/unix-stream /raw/master/unix-stream.jpeg )
92
92
93
- You can find a complete reference of components in the [ wiki page] ( https://github.com/benas/UnixStream /wiki ) .
93
+ You can find a complete reference of components in the [ wiki page] ( https://github.com/benas/unix-stream /wiki ) .
94
94
95
95
# How to extend it ?
96
96
You can’t perform that action at this time.
0 commit comments