Skip to content

Commit 62757b9

Browse files
authored
Update README.md
1 parent 7108da9 commit 62757b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<a href="https://www.breatheco.de"><img height="280" align="right" src="https://raw.githubusercontent.com/breatheco-de/python-flask-api-tutorial/3ffb90ea974146f57a3bdfd59665b4c4d5d05197/.breathecode/assets/badge.svg"></a>
44
<!--endhide-->
55

6-
This is an interactive tutorial that will teach you how to create an API using the Flask framework using Python and Pipenv.
6+
This is an interactive tutorial that will teach you how to create an API using the Flask framework on Python and Pipenv.
77

8-
### 🌱 How to start this project
8+
## 🌱 How to start this project
99

1010
This project comes with the necessary files to start working immediately.
1111

1212
We recommend opening this very same repository using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively, you can clone it on your local computer using the `git clone` command.
1313

1414
This is the repository you need to open:
1515

16-
```
16+
```text
1717
https://github.com/breatheco-de/python-flask-api-tutorial
1818
```
1919

2020
**👉 Please follow these steps on** [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project).
2121

22-
💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
22+
> 💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
2323
2424
## About the project we are going to build
2525

@@ -63,7 +63,7 @@ And return the updated list of todos.
6363

6464
### DELETE /todos/<int:position>
6565

66-
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.
66+
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.
6767

6868
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).
6969

0 commit comments

Comments
 (0)