From 7777559f4a57770485dc38a42640b9267b3c2063 Mon Sep 17 00:00:00 2001 From: velramiir Date: Thu, 28 Sep 2023 09:42:42 +0200 Subject: [PATCH] fix: wrong service name in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bae06e3..3d1fbf5 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ You will need `bash`, `coreutils`, `docker`, `git`, `mkcert`, `openssl`, `sudo` Checkout the dot.base repository and move into it. ```bash -git clone git@github.com:dot-base/authentication-gateway.git -cd authentication-gateway +git clone git@github.com:dot-base/icd-10-api.git +cd icd-10-api ``` ### Generate a Github personal access token @@ -112,13 +112,13 @@ In order to develop a service in its complete dot.base environment, you need to ### Install service dependencies ```bash -docker exec -it $(docker ps -q -f name=dotbase_authentication-gateway) npm install +docker exec -it $(docker ps -q -f name=dotbase_icd-10-api) npm install ``` ### Start this service in development mode ```bash -docker exec -it $(docker ps -q -f name=dotbase_authentication-gateway) npm start +docker exec -it $(docker ps -q -f name=dotbase_icd-10-api) npm start ``` ### Watch your dot.base stack