Adjusted sentence to make more clear what to do

ihih
This commit is contained in:
Sammeeey 2021-07-07 13:41:48 +02:00 committed by GitHub
parent 3ccabce0e9
commit 5ece5aa899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 lets test our API endpoint. Run the following curl commands:
Now lets 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