diff --git a/README.es.md b/README.es.md
index d37f83c..3948a91 100644
--- a/README.es.md
+++ b/README.es.md
@@ -1,10 +1,3 @@
----
-title: "Script de actualización para Debian"
-subtitle: "Crea un script que actualice el sistema y configura que sea ejecutado diariamente para mantener tu servidor al dia"
-tags: ["ciberseguridad"]
-authors: ["arnaldoperez"]
----
-
# Networking on VirtualBox
@@ -15,18 +8,16 @@ authors: ["arnaldoperez"]
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)
*These instructior [are also available in english](https://github.com/4GeeksAcademy/update-script-cron-task-debian/blob/master/README.md)*
-
-
-Para esta práctica debes continuar usando la misma maquina debian de los proyectos anteriores, si no tienes la máquina puedes descargar la [imagen y los archivos y procedimiento de instalacion en el siguiente enlace](https://4geeks.com/docs/start/cybersecurity-virtual-machines#debian-virtual-machine).
-
-
#### Antes de empezar...
> ¡Te necesitamos! Estos ejercicios se crean y mantienen en colaboración con personas como tú. Si encuentras algún error o falta de ortografía, contribuye y/o repórtalo.
-
+Para esta práctica debes continuar usando la misma maquina debian de los proyectos anteriores, si no tienes la máquina puedes descargar la [imagen y los archivos y procedimiento de instalacion en el siguiente enlace](https://4geeks.com/docs/start/cybersecurity-virtual-machines#debian-virtual-machine).
+
+
+
## 🌱 ¿Cómo empezar este proyecto?
Clona este mismo repositorio en tu maquina virtual de Debian y sigue los siguientes pasos:
@@ -41,7 +32,11 @@ $ npm i @learnpack/learnpack -g
```bash
$ learnpack start
+
```
+
+
+
## Colaboradores
@@ -57,3 +52,4 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).Tambien puedes adentrarte al mundo de ciberseguridad con nuestro [Bootcamp de ciberseguridad](https://4geeksacademy.com/es/coding-bootcamps/curso-ciberseguridad).
+
diff --git a/README.md b/README.md
index 3ea57a9..d292dd2 100644
--- a/README.md
+++ b/README.md
@@ -8,18 +8,17 @@
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/update-script-cron-task-debian/blob/master/README.es.md)*
+
+## Before you start...
+
+> We need you! These exercises are built and maintained in collaboration with contributors such as yourself. If you find any bugs or misspellings please contribute and/or report them.
For this practice, we will continue to work on the Debian virtual machine from previous projects.
This machine comes with Debian installed and it has some basic settings that will be used along the bootcamp. If you don't have it already, click here to access the [Debian virtual machine file and installation instructions](https://4geeks.com/docs/start/cybersecurity-virtual-machines#debian-virtual-machine).
-
-## Before you start...
-
-> We need you! These exercises are built and maintained in collaboration with contributors such as yourself. If you find any bugs or misspellings please contribute and/or report them.
-
-
+
## 🌱 How to start this project.
@@ -36,7 +35,7 @@ $ npm i @learnpack/learnpack -g
```bash
$ learnpack start
```
-
+
diff --git a/learn.json b/learn.json
index 0188ce7..c63e189 100644
--- a/learn.json
+++ b/learn.json
@@ -13,7 +13,9 @@
"preview": "https://raw.githubusercontent.com/4GeeksAcademy/update-script-cron-task-debian/master/.learn/assets/preview-update-script.png",
"slug": "creating-an-update-system-script-for-debian",
"gitpod": true,
+ "template_url": "self",
"projectType": "tutorial",
+ "autoPlay": "true",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},