Skip to content

Commit c9605ce

Browse files
Merge pull request #57 from Lorenagubaira/python-flask-api-tutorial
the titles were updated
2 parents cb3fcee + f728d76 commit c9605ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.es.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
<!--hide-->
12
# Todo List API in Python Flask
3+
<!--endhide-->
24

35
<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>
46

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
<!--hide-->
12
# Todo List API in Python Flask
3+
<!--endhide-->
24

35
<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>
46

@@ -14,12 +16,12 @@ b) You can clone this repository on your local computer:
1416
```sh
1517
$ git clone https://github.com/breatheco-de/python-flask-api-tutorial
1618
```
17-
💡 Important: Remember to create a new repository, update the remote (`git remote set-url origin <your new url>`), and upload the code to your new repository using `add`, `commit` and `push`.
19+
💡 Important: Remember to create a new repository, update the remote (`git remote set-url origin <your new url>`), and upload the code to your new repository using `add`, `commit`, and `push`.
1820

1921

2022
## About the project we are going to build
2123

22-
In this tutorial we are going to be building a REST API that exposes 3 endpoints to the internet:
24+
In this tutorial, we are going to be building a REST API that exposes 3 endpoints to the internet:
2325

2426
```txt
2527
GET /todos

0 commit comments

Comments
 (0)