Skip to content

Commit bc51888

Browse files
authored
Merge pull request #100 from jetbrains-academy/stephen-hero-patch-3
Update task.md
2 parents 0af03bb + dd9140d commit bc51888

File tree

1 file changed

+3
-3
lines changed
  • aliasServer/aliasServerHowToRun

1 file changed

+3
-3
lines changed

aliasServer/aliasServerHowToRun/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ At each stage, you can run the current version of the game.
22
However, if some functionality is not yet ready,
33
then 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
66
the [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)
1515
and 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)

0 commit comments

Comments
 (0)