diff --git a/README.es.md b/README.es.md
index edac9295..260f3793 100644
--- a/README.es.md
+++ b/README.es.md
@@ -2,12 +2,19 @@
# StarWars blog database
+
+
+## 🌱 Cómo iniciar este proyecto
+
**Importante**: Para realizar esta actividad necesitas hacer un `fork` de [este repo](https://github.com/breatheco-de/exercise-starwars-data-modeling) en tu cuenta de **Github** y luego, abre el *fork* en [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o Gitpod.
+
Dentro del archivo `src/models.py` encontrarás un par de clases que describen una base de datos de ejemplo.
Aquí hay un video de 10 minutos que explica qué es UML: [https://www.youtube.com/watch?v=UI6lqHOVHic](https://www.youtube.com/watch?v=UI6lqHOVHic)
+
+
Vamos a crear el Diagrama de relación de entidad para la base de datos de un blog de StarWars, un diagrama muy similar a este:
![Diagrama de Starwars](https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/example.png?raw=true)
diff --git a/README.md b/README.md
index 9a271eb2..3335aa5a 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,20 @@
# StarWars blog database
+
+
+## 🌱 How to start this project
+
+
**Important**: To do this activity, you need to `fork` [this repo](https://github.com/breatheco-de/exercise-starwars-data-modeling) into your **Github** account and then open the forked repo on [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or Gitpod.
+
Inside the `src/models.py` file you will find a couple of classes describing an example database.
Here is a 10 min video explaining what UML is: [https://www.youtube.com/watch?v=UI6lqHOVHic](https://www.youtube.com/watch?v=UI6lqHOVHic)
+
+
We are going to be creating the Entity Relationship Diagram for your StarWars Blog Database, a very similar diagram to this one:
![Starwars Diagram](https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/example.png?raw=true)
diff --git a/learn.json b/learn.json
index fac25915..c84f28ef 100644
--- a/learn.json
+++ b/learn.json
@@ -7,6 +7,7 @@
},
"slug" : "starwars-data-modeling",
"duration" : 3,
+ "template_url": "self",
"difficulty": "easy",
"preview": "https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/preview.png?raw=true",
"technologies": ["sql", "sqlalchemy", "uml", "data-modeling"],
@@ -16,6 +17,7 @@
"es": "Usa tus conocimientos recientemente adquiridos para crear un modelo de datos para un blog de Star Wars. En este proyecto, diseñarás la estructura de una base de datos, estableciendo relaciones entre usuarios, personajes y planetas. Aprenderás sobre modelado de datos, diagramas UML y SQLAlchemy, mejorando tus habilidades en bases de datos."
},
"projectType": "project",
+ "autoPlay": "false",
"solution": "https://github.com/breatheco-de/exercise-starwars-data-modeling/tree/solution",
"talents": [
{ "badge": "fully-committed", "points": 5 }