README.md in datapipes-0.1.4 vs README.md in datapipes-0.1.5

- old
+ new

@@ -21,11 +21,11 @@ | pipe is '|' | Sink ``` -To handle multi streamings, datapipes offers composabiliy. Source, Tube and Sink +To handle multi streamings, datapipes offers composability. Source, Tube and Sink are composable individually. So the diagram above will be: ``` Composed Source works concurrently. @@ -42,9 +42,11 @@ | [Sink Sink Sink] Composed Sink works concurrently. ``` + +You can see how to compose objects in `examples/composing.rb`. ## Installation __datapipes requires Ruby >= 2.0.__ Add this line to your application's Gemfile: