diff --git a/README.md b/README.md index c8d6506..84f663f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * Local using: * `dotnet run --project apps/Mooc/Backend/Backend.csproj` * Docker using: - * `docker-compose up` + * `docker compose up` And then going to http://localhost:8030/health-check to check all is ok.