diff --git a/README.md b/README.md
index c464c61..604e324 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# challenge-javascript-01 - Area of a Triangle
-Escribe una función que tome la base y la altura de un triángulo y devuelva su área.
+Escribe una función que tome la base y la altura de un triángulo y devuelva su área.
+(Write a function that takes the base and height of a triangle and returns its area.)
-### Instalación
+### Instalación
+(Installation)
```
npm install
```
@@ -12,15 +14,26 @@ npm install
npm run test
```
-### RETO
+### RETO
+(CHALLENGE)
-Completa la función para calcular el área de un triángulo.
+Completa la función para calcular el área de un triángulo.
+(Complete the function to find the area of a triangle.)
-### Enviar solución de reto
-Debes hacer un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.
+### Enviar solución de reto
+(Submit challenge solution)
-### Contribuir
-Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: [challenge-javascript-01](https://github.com/platzimaster/challenge-javascript-01/)
+Debes hacer un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.
+(You must "Fork" this project, scramble the problems and create a Pull Request to this repository.)
-### Licencia
-challenge-javascript-01 se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT).
+### Contribuir
+(Contribute)
+
+Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: [challenge-javascript-01](https://github.com/platzimaster/challenge-javascript-01/)
+(If someone wants to add or improve something, I invite you to collaborate directly in this repository: [challenge-javascript-01] (https://github.com/platzimaster/challenge-javascript-01/))
+
+### Licencia
+(License)
+
+challenge-javascript-01 se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT).
+(challenge-javascript-01 is released under the [MIT] license (https://opensource.org/licenses/MIT).)