diff --git a/README.md b/README.md index e56a46e..3130c2d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To run the example, you have to prepare: ```sh git clone https://github.com/eip-work/kuboard-v4-ldap-example.git cd kuboard-v4-ldap-example - docker compose up -d + docker-compose up -d ``` * Open the following url in your browser @@ -84,4 +84,4 @@ To run the example, you have to prepare: ```sh docker build -t eipwork/kuboard-v4-ldap-example:v4 . - ``` \ No newline at end of file + ```