Skip to content

Commit 1cbbdf0

Browse files
committed
Update index.html
1 parent fb31431 commit 1cbbdf0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,14 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
695695
"$ bin/dispatcher say --words Hello --import tinystruct.examples.example",
696696
"Hello",
697697
" ",
698-
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer",
699-
"You can access the below URLs:",
700-
" http://localhost:8080/?q=say/Praise%20the%20Lord!",
701-
" http://localhost:8080/?q=praise"
698+
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777",
699+
" ",
700+
" _/ ' _ _/ _ _ _/",
701+
" / / /) (/ _) / / (/ ( / 1.6.4",
702+
" /",
703+
" ",
704+
`${new Date().toLocaleString()} org.tinystruct.system.NettyHttpServer start`,
705+
"INFO: Netty server (777) startup in 30 ms"
702706
];
703707

704708
const outputMain = document.getElementById('output-main');

0 commit comments

Comments
 (0)