File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aliasServer/aliasServerHowToRun Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ At each stage, you can run the current version of the game.
22However, if some functionality is not yet ready,
33then some buttons may not work, and some information may not be displayed.
44
5- To run the application you need to run the ` main ` function inside
5+ To run the application, you need to run the ` main ` function inside
66the [ AliasApplication.kt] ( ./src/main/kotlin/jetbrains/kotlin/course/alias/AliasApplication.kt ) file:
77
88![ How to run the game] ( ../../utils/src/main/resources/images/run/alias_run.png )
99
10- Please, don't forget to _ stop all other runs_ by pressing the red square button:
10+ Please don't forget to _ stop all other runs_ by pressing the red square button:
1111
1212![ How to stop the game] ( ../../utils/src/main/resources/images/stop/alias_stop.png )
1313
14- Next you need to open any browser (we recommend to use [ Google Chrome] ( https://www.google.com/chrome/ ) to display elements as in the examples)
14+ Next, you need to open any browser (we recommend using [ Google Chrome] ( https://www.google.com/chrome/ ) to display the elements as in the examples)
1515and open http://localhost:8080/ . You will see the main page of the application:
1616
1717![ The main page of the game] ( ../../utils/src/main/resources/images/main/alias.png )
You can’t perform that action at this time.
0 commit comments