Fix submit command not updated.

Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/bfd510bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/bfd510bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/bfd510bb

Branch: refs/heads/master
Commit: bfd510bbfdd6dccd642c37edeb0709103917dd17
Parents: 058bbf5
Author: Kimura Sotaro <[email protected]>
Authored: Thu Feb 11 19:10:56 2016 +0900
Committer: Kimura Sotaro <[email protected]>
Committed: Thu Feb 11 19:10:56 2016 +0900

----------------------------------------------------------------------
 docs/submit-your-1st-application.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/bfd510bb/docs/submit-your-1st-application.md
----------------------------------------------------------------------
diff --git a/docs/submit-your-1st-application.md 
b/docs/submit-your-1st-application.md
index 73e53de..b72329d 100644
--- a/docs/submit-your-1st-application.md
+++ b/docs/submit-your-1st-application.md
@@ -26,7 +26,7 @@ Open another shell,
 
 ```bash
 ### To run WordCount example
-bin/gear app -jar 
examples/gearpump-examples-assembly-{{site.SCALA_BINARY_VERSION}}-{{site.GEARPUMP_VERSION}}.jar
 io.gearpump.streaming.examples.wordcount.WordCount
+bin/gear app -jar 
examples/wordcount-{{site.SCALA_BINARY_VERSION}}-{{site.GEARPUMP_VERSION}}-assembly.jar
 io.gearpump.streaming.examples.wordcount.WordCount
 ```
 
 ###  Step 2: Congratulations, you've submitted your first application.

Reply via email to