Skip to content

Commit 73319cd

Browse files
committed
Update index.html
1 parent 1d73552 commit 73319cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ <h4>Zero Configuration</h4>
476476
" ",
477477
"Run 'bin/dispatcher COMMAND --help' for more information on a command.",
478478
" ",
479-
"$ bin/dispatcher say --words Hello --import tinystruct.examples.example",
480-
"Hello",
479+
"$ bin/dispatcher hello --import com.example.HelloApp",
480+
"Hello, World!",
481481
" ",
482482
"# bin/dispatcher start --import org.tinystruct.system.HttpServer --server-port 777",
483483
" ",

0 commit comments

Comments
 (0)