From 5ece5aa89963b51b06de13c2540e33ef1377135e Mon Sep 17 00:00:00 2001 From: Sammeeey <49591562+Sammeeey@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:41:48 +0200 Subject: [PATCH] Adjusted sentence to make more clear what to do ihih --- language/python/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/python/develop.md b/language/python/develop.md index 16dafe0135..1fdda63dc2 100644 --- a/language/python/develop.md +++ b/language/python/develop.md @@ -227,7 +227,7 @@ $ docker-compose -f docker-compose.dev.yml up --build We pass the `--build` flag so Docker will compile our image and then starts the containers. -Now let’s test our API endpoint. Run the following curl commands: +Now let’s test our API endpoint. Open a new terminal then make a GET request to the server using the curl commands: ```shell $ curl http://localhost:5000/initdb