docs/install/modes_of_use.md in teuton-2.1.8 vs docs/install/modes_of_use.md in teuton-2.1.9
- old
+ new
@@ -1,38 +1,39 @@
-There are several **Teuton** ways of use: Classroom, Conquest and Standalone.
+[<< back](README.md)
-For every mode exists 2 types of nodes: T-Node and S-Node.
+# Modes of use
----
+There are **Teuton** ways of use:
+1. Classroom
+2. Conquest and
+3. Standalone
-## Classroom mode
-
-In this mode, a teacher use **Teuton** tool to evaluate the work done by their students into their real or virtual machines. The teacher need to access remotely to these machines.
-
-| Node | Description |
-| ---- | ----------- |
-| T | Teacher install Teuton software into his machine, and he will connect remotely (using SSH) to every student machine. |
-| S | Every student machine. |
-
---
+## 1. Classroom mode
-## Contest mode
+In this mode, teacher use **Teuton** tool to evaluate the work done by their students into their real or virtual machines. The teacher need to access remotely to these machines.
-We will hace a group of contestants who decide to do challenges and execute Teuton software into their own machines just to verify if satisfied the targets/goals of the challenge.
+| Host | Description |
+| ------ | ----------- |
+| T-node | Teacher install Teuton software into his machine, and he will connect remotely (using SSH) to every student machine. |
+| S-node | Every student machine. |
-On every run, Teuton software send results to remote server configured with SSH (used by the contest judges).
+## 2. Contest mode
-| Node | Description |
-| ---- | ------------------------------------------------------------ |
-| T | Every contest install Teuton software into their machine. Teuton wll connect via SSH to the server. |
-| S | The server used by judges to save all the reports. |
+Group of contestants execute Teuton software into their own machines just to verify if satisfied the targets/goals of the contest challenge.
----
+On every run, Teuton software send results to contest judges server.
+Remote server is configured with SSH service.
-## Standalone mode
+| Host | Description |
+| ------ | ------------------------------------------------------------ |
+| T.node | Every contest install Teuton software into their machine. Teuton wll connect via SSH to the server. |
+| S-node | The server used by judges to save all the reports. |
-Install Teuton software into our own machine, and execute the challenges as you want. It is a good way for standalone learning .
+## 3. Standalone mode
-| Node | DescripciĆ³n |
-| ---- | ----------- |
-| T | Install Teuton software into our machine. |
-| S | No necessary. |
+Student install Teuton software into his own machine, and execute the challenges standalone. It is a good way for practice and learn alone.
+
+| Host | DescripciĆ³n |
+| ------ | ----------- |
+| T-node | Install Teuton software into our machine. |
+| S-node | No necessary. |