Skip to content

Commit fe46aa5

Browse files
authored
Merge pull request docker#13142 from Sammeeey/patch-3
Adjusted sentence to make more clear what to do
2 parents 1faeb96 + 5ece5aa commit fe46aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

language/python/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $ docker-compose -f docker-compose.dev.yml up --build
227227
228228
We pass the `--build` flag so Docker will compile our image and then starts the containers.
229229
230-
Now let’s test our API endpoint. Run the following curl commands:
230+
Now let’s test our API endpoint. Open a new terminal then make a GET request to the server using the curl commands:
231231
232232
```shell
233233
$ curl http://localhost:5000/initdb

0 commit comments

Comments
 (0)