This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 354154de42176fe026e7e237873281eb7986dacf
Author: fvaleri <fvaleri@localhost>
AuthorDate: Wed Jan 2 14:10:46 2019 +0100

    minor changes
---
 examples/camel-example-billboard-aggr/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-billboard-aggr/README.md 
b/examples/camel-example-billboard-aggr/README.md
index c7af822..8c732aa 100644
--- a/examples/camel-example-billboard-aggr/README.md
+++ b/examples/camel-example-billboard-aggr/README.md
@@ -2,7 +2,7 @@
 
 ### Introduction
 The `billboard_lyrics_1964-2015` CSV dataset contains the TOP100 songs with 
lyrics for each year.  
-We can compute the TOP20 artists with most songs on Billboard using Split and 
Aggregate EIPs (streaming and parallel processing).  
+We can compute the TOP20 artists with most songs on Billboard using Split and 
Aggregate EIPs.  
 Build statistics is not the Camel core business but, as shown, you can easily 
do it!
 
 This is the final result:

Reply via email to