diff --git a/README.es.md b/README.es.md index 5f8eb314..4365ec6a 100644 --- a/README.es.md +++ b/README.es.md @@ -4,7 +4,7 @@ - Resolver los problemas utilizando cálculo, álgebra y Python. -## 🌱 Cómo iniciar este proyecto +## 🌱 Cómo iniciar este proyecto Sigue las siguientes instrucciones: @@ -20,4 +20,4 @@ Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. Completa cada uno de ellos, uno por uno. -> NOTA: Solución: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb \ No newline at end of file +> Solución: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb diff --git a/README.md b/README.md index ca84173d..974629f1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - Complete the problems using calculus, algebra and Python. -## 🌱 How to start this project. +## 🌱 How to start this project Follow the instructions below: @@ -14,10 +14,10 @@ Follow the instructions below: ## 🚛 How to deliver this project -Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link. +Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link. ## 📝 Instructions Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one. -> NOTA: Solution: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb \ No newline at end of file +> Solution: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb diff --git a/learn.json b/learn.json index fc0f8766..4e7af053 100644 --- a/learn.json +++ b/learn.json @@ -11,5 +11,5 @@ "duration" : 2, "projectType": "project", "autoStart": false, - "description" : "Use your numpy, pandas and matplotib skills to practice a little about calculus and algebra" + "description" : "Use your NumPy, Pandas, and Matplotlib skills to practice a little about calculus and algebra" }