From 2408578c0a26378b7ef46e06d7050fc2bc02f175 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 30 Jul 2015 15:30:17 -0400 Subject: [PATCH] Update README.md --- spring-cloud-stream-samples/source/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-stream-samples/source/README.md b/spring-cloud-stream-samples/source/README.md index 96cbc1425..ce59b9fe5 100644 --- a/spring-cloud-stream-samples/source/README.md +++ b/spring-cloud-stream-samples/source/README.md @@ -7,7 +7,7 @@ In this *Spring Cloud Stream* sample, a timestamp is published on an interval de To run this sample, you will need to have installed: -* Java 7 or Above +* Java 8 or Above This example requires Redis to be running on localhost. @@ -34,5 +34,5 @@ Build the sample by executing: To start the source module execute the following: - source>$ java -jar target/spring-cloud-streams-sample-source-1.0.0.BUILD-SNAPSHOT-exec.jar + source>$ java -jar target/spring-cloud-stream-sample-source-1.0.0.BUILD-SNAPSHOT-exec.jar