From 37bc7646ee54f9a044875c11f429575c92bf35c7 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Wed, 7 Sep 2016 17:37:47 -0400 Subject: [PATCH] updated module commands with app commands resolves #189 --- spring-cloud-task-docs/src/main/asciidoc/stream.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-task-docs/src/main/asciidoc/stream.adoc b/spring-cloud-task-docs/src/main/asciidoc/stream.adoc index a292b4e9..a9c4abe7 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/stream.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/stream.adoc @@ -54,8 +54,8 @@ Application we created. In the example below we are registering the Processor a sample applications using the Spring Cloud Data Flow shell: ``` -module register --name taskSink --type sink --uri maven://io.spring:tasksink:1.0.0.RELEASE -module register --name taskProcessor --type processor --uri maven:io.spring:taskprocessor:1.0.0.RELEASE +app register --name taskSink --type sink --uri maven://io.spring.cloud:tasksink: +app register --name taskProcessor --type processor --uri maven:io.spring.cloud:taskprocessor: ``` Creating a stream from the Spring Cloud Data Flow shell would look like this: