From 9913db036f1cfac7642c848d18a92322fb9a5937 Mon Sep 17 00:00:00 2001 From: Pc Date: Tue, 19 Dec 2023 00:25:51 +0330 Subject: [PATCH] docs: update documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3ff6d0..d35e9ed 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Using the CQRS pattern, we cut each business functionality into vertical slices, > ### Docker-Compose -Run our `infrastructure` with `docker` using the [infrastructure.yaml](./deployments/docker-compose/infrastructure.yaml) file with the below command at the root of app: +Run our `infrastructure` with `docker` using the [infrastructure.yaml](./deployments/docker-compose/infrastructure.yaml) file with the below command at the `root` of app: ```bash docker-compose -f ./deployments/docker-compose/infrastructure.yaml up -d @@ -142,8 +142,8 @@ go test -v ./... > ### Documentation Apis -Each microservice uses swagger open api, navigate to /swagger for a list of every endpoint. -To test apis, I used the [REST Client](https://github.com/Huachao/vscode-restclient) VSCode plugin for running this file [shop.rest](./shop.rest). +Each microservice uses swagger open api, navigate to `/swagger` for getting the list endpoints. +Also, to test apis, I created the [shop.rest](./shop.rest) file. This file run with [REST Client](https://github.com/Huachao/vscode-restclient) `VSCode plugin`. # Support