From d4c066648710f2f1475bf5f8bed760e5fd6e9d87 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sat, 1 Aug 2015 10:13:23 -0400 Subject: [PATCH] removed unnecessary number in README --- spring-cloud-stream-module-launcher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-module-launcher/README.md b/spring-cloud-stream-module-launcher/README.md index ab8a2231f..24bac773b 100644 --- a/spring-cloud-stream-module-launcher/README.md +++ b/spring-cloud-stream-module-launcher/README.md @@ -38,7 +38,7 @@ The time messages will be emitted every 5 seconds. The console for the log modul ## Running with Docker -1: run each module as a docker process by passing environment variables for the module name as well as the host machine's IP address for the redis connection to be established within the container: +Run each module as a Docker process by passing environment variables for the module name as well as the host machine's IP address for the redis connection to be established within the container: ```` docker run -p 8080:8080 -e MODULES=org.springframework.cloud.stream.module:time-source:1.0.0.BUILD-SNAPSHOT -e SPRING_REDIS_HOST= springcloud/stream-module-launcher