diff --git a/README.es.md b/README.es.md
index e025d322..622ee9d4 100644
--- a/README.es.md
+++ b/README.es.md
@@ -1,26 +1,26 @@
# Todo List API in Python Flask
-
+
Este es un tutorial interactivo que te ense帽ar谩 c贸mo crear una API usando el framework Python Flask y Pipenv
## 馃尡 C贸mo comenzar este proyecto
Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
-Recomendamos abrir este mismo repositorio usando una herramienta de aprovisionamiento como [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o [Gitpod](https://4geeks.com/es/lesson/como-utilizar-gitpod). Alternativamente, puedes clonarlo en tu computadora local usando el comando `git clone`.
+Recomendamos abrir este mismo repositorio usando un entorno de desarrollo como [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o [Gitpod](https://4geeks.com/es/lesson/como-utilizar-gitpod). Alternativamente, puedes clonarlo en tu computadora local usando el comando `git clone`.
Este es el repositorio que necesitas abrir:
-```
+```text
https://github.com/breatheco-de/python-flask-api-tutorial
```
-**馃憠 Por favor sigue estos pasos en** [c贸mo comenzar un proyecto de codificaci贸n](https://4geeks.com/es/lesson/como-comenzar-un-proyecto-de-codificacion).
+**馃憠 Por favor sigue estos pasos sobre** [c贸mo comenzar un proyecto de programaci贸n](https://4geeks.com/es/lesson/como-comenzar-un-proyecto-de-codificacion).
-馃挕 Importante: Recuerda guardar y cargar tu c贸digo en GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin `) y cargando el c贸digo en su nuevo repositorio usando los comandos `add`, `commit` y `push` desde el terminal git.
+> 馃挕 Importante: Recuerda guardar y subir tu c贸digo en GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin `) y subiendo el c贸digo a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
## Acerca del proyecto que vamos a construir
@@ -35,6 +35,7 @@ DELETE /todos/
### GET /todos
Devolver谩 una lista con to-dos o tareas, as铆:
+
```javascript
[
{
@@ -63,6 +64,6 @@ Y devolver谩 la lista de tareas o to-dos actualizada.
### DELETE /todos/
-Eliminar谩 una tarea pendiente en funci贸n de una posici贸n determinada al final de la URL y devolver谩 la lista actualizada de tareas pendientes.
+Eliminar谩 una tarea en funci贸n de una posici贸n determinada al final de la URL y devolver谩 la lista actualizada de tareas pendientes.
-Este y otros proyectos 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 [Curso 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).
+Este y otros proyectos 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).
diff --git a/README.md b/README.md
index 63fd6883..4ea03da4 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
-This is an interactive tutorial that will teach you how to create an API using the Flask framework using Python and Pipenv.
+This is an interactive tutorial that will teach you how to create an API using the Flask framework on Python and Pipenv.
-### 馃尡 How to start this project
+## 馃尡 How to start this project
This project comes with the necessary files to start working immediately.
@@ -13,13 +13,13 @@ We recommend opening this very same repository using a provisioning tool like [C
This is the repository you need to open:
-```
+```text
https://github.com/breatheco-de/python-flask-api-tutorial
```
**馃憠 Please follow these steps on** [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project).
-馃挕 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin `), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
+> 馃挕 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin `), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
## About the project we are going to build
@@ -63,7 +63,7 @@ And return the updated list of todos.
### DELETE /todos/
-This will remove one todo, based on a given position in the todos list, at the end of the url and return the updated list of todos.
+This will remove one todo, based on a given position in the todos list, at the end of the URL and return the updated list of todos.
This and many other projects are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).