diff --git a/docs/01-Development-Environment.md b/docs/01-Development-Environment.md index 4a720a4f9..cf91ff22b 100644 --- a/docs/01-Development-Environment.md +++ b/docs/01-Development-Environment.md @@ -185,5 +185,5 @@ This will generate the necessary docker images ready to be executed. And finally, start the docker-compose: ```bash -./manage.sh start-devenv +./manage.sh start-testenv ```