diff --git a/README.md b/README.md index 1b8d7ca..dca6a1f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ https://docs.docker.com/compose/install/ Once you have `docker` and `docker-compose` installed, you can run the following command to start the application: ```bash -docker-compose up -d --build +docker compose up -d --build ``` or using `Bun` @@ -145,4 +145,4 @@ Here we are evaluating your capacity to understand what should be tested and how ## Further Instructions - We expect you to handle errors and edge cases. Understanding what these are and how to handle them is part of the challenge; -- We provided you with a setup to run the API and a Postgres database together using Docker, as well as some sample code to test the database connection. You can change this setup to use any other database you'd like; \ No newline at end of file +- We provided you with a setup to run the API and a Postgres database together using Docker, as well as some sample code to test the database connection. You can change this setup to use any other database you'd like;